CommandDescriptionExample
catdisplay the content of a filecat filename
cdchange to another directorycd public_html
cpcopy a filecp filename1 filename2
datedisplay time and datedate
fingerdisplay the users logged into the systemfinger
historydisplay commands issued earlier in the sessionhistory
logout or exitexit the Unix systemlogout
lprprint files on the line printerlpr filename1 filename2
lsdisplay the file namesls
ls -ldisplay all columns of information about each filels -l | more (one screenful at a time)
mailsend or receive emailmail
mandisplay manual onlineman ls
mkdircreate a new directorymkdir images
moredisplay a file one screenful at a timemore filename1
mvmove an existing file to a new onemv filename1 filename2
passwdchange passwordpasswd
pgdisplay a file one screenful at a timepg filename1
picoenter pico editorpico filename1
pinesend or receive emailpine
pwdshow the path of the working directorypwd
quota -vdisplay your disk quota(s) and usagequota -v
rmremove a filerm filename1
rmdirremove a directoryrmdir subdirectory1
rmdir -iremove a directory by asking you firstrmdir -i subdirectory1
rmdir -rremove the contents of the directoryrmdir -r subdirectory1
vienter vi editorvi filename1
whodisplay who is on the systemwho
whoamishow my user namewhoami


© 1996-2002: Hann So
email: sohann@fhda.edu