A Quick Introduction to Unix/exercises2
Task One
editUse the commands cd, ls and pwd to explore the file system. (Remember, if you get lost, type cd by itself or cd ~ to return to your home-directory).
Task Two
editMake a directory in your home directory called unixstuff. Make another directory inside the unixstuff directory called archive.
Click to see the correct command lines
% mkdir ~/unixstuff
% mkdir ~/unixstuff/archive
Task Three
edit
Task Four
edit