< A Quick Introduction to Unix
Task One
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
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
Task Four
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.