A Quick Introduction to Unix/exercises2
Appearance
Task One
[edit | edit source]Use 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
[edit | edit source]Make 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 | edit source]
Task Four
[edit | edit source]