



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A comprehensive guide for using the unix operating system, including instructions on logging in, listing files, creating and removing files and directories, and using the pine and mail systems for email communication. It covers various unix commands such as ls, rm, mkdir, cd, and mv, and explains how to navigate special directories and directory examples.
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!




-^
-^
logout
-^
exit
-^
-^
ls
→
listing of files in a directory
-^
ls -al
→
List all files (including hidden files)
-^
ls –t
→
List files by modification time
Creating files using pico^ –
Creating a new file (pico
-^
Opening an already existing file (pico
You can also see the contents of files using^ –
cat
-^
more
Unix
Special Directories–
. (period)
Current directory
.. (parent)
Parent directory
~ (home)
Home directory
\ (root)
Root Directory
Directory Examples–
cd ~
-^
cd ..
-^
cd.
-^
cp /pub/nelsonp/data.
-^
cp /pub/nelsonp/data ~
-^
How to delete a message
-^
How to save a message to a file