No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
'''''rm -r /tmp/bla''''' | '''''rm -r /tmp/bla''''' | ||
</code><br> | </code><br> | ||
Check if it is all gone | |||
<pre> | |||
root@PheniX# ls /tmp/bla | |||
ls: cannot access '/tmp/bla': No such file or directory | |||
</pre> | |||
<br> | <br> | ||
Line 20: | Line 26: | ||
'''''echo "Hello World"''''' | '''''echo "Hello World"''''' | ||
</code> | </code> | ||
Make it wild<br> | Make it wild<br> |
Latest revision as of 21:13, 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
Check if it is all gone
root@PheniX# ls /tmp/bla ls: cannot access '/tmp/bla': No such file or directory
Some other trick you want to desctibe
echo "Hello World"
Make it wild
ping-c1 localhost