Topic 2 - Unix Basics (Basic Commands) Flashcards
man
find and displays pages from the online Unix reference manual
who
displays info about currently logged in userids
whoami or who am i
Displays the userid that is currently logged in
finger
displays information about local and remote userid
which
locates a command and displays its pathname or alias
whereis
Finds ALL files associated with a command
hostname
Displays the name of current host system
tty
Displays the name of a specific file assigned to your terminal
quota
displays your system resource quotas
cal
Displays a calander
date
prints or sets the system date and time
find
searches for a file in a directory tree
ls
displays various types of information bout files
cat
concatenates files and print the result on the standard output
ctrl-c
interrupts the current task