Create a footprint on the machine
-
ls
-
exit
-
list content of the current directory
-
create a file
-
list the content again
-
exit
ls -l
echo "Hello World" > GABOR_WAS_HERE
ls -l
exit
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
ls
exit
list content of the current directory
create a file
list the content again
exit
ls -l
echo "Hello World" > GABOR_WAS_HERE
ls -l
exit