| No edit summary | No edit summary | ||
| Line 5: | Line 5: | ||
| <code> | <code> | ||
| '''''mkdir /tmp/bla'''' | '''''mkdir /tmp/bla'''' | ||
| </code> | |||
| <code> | |||
| ''''touch /tmp/bla/bladibla'''' | ''''touch /tmp/bla/bladibla'''' | ||
| </code> | |||
| <code> | |||
| ''''rm -r /tmp/bla''''' | ''''rm -r /tmp/bla''''' | ||
| </code> | </code> | ||
Revision as of 20:09, 16 April 2020
Here you can put the text to describe what you are going to achieve with following steps
Describe your action and the outcome
mkdir /tmp/bla'
'touch /tmp/bla/bladibla'
'rm -r /tmp/bla
Some other trick you want to desctibe
echo "Hello World"
Test or whatever Needs to go Here /tmp/bla
Make it wild
ping-c1 localhost
