Linux Command

mkdir
Function: make directories
Usage: mkdir [OPTION]... DIRECTORY...
sudo
Function: execute a command as another user
Usage: sudo -l [-AknS] [-a type] [-g group] [-h host] [-p prompt] [-U user] [-u user] [command]
wall
Function: Write a message to all users
Usage: wall [-n] [ message ]
xargs
Function: build and execute command lines from standard input
Usage: xargs [options] [command [initial-arguments]]
who
Function: show who is logged on
Usage: who [OPTION]... [ FILE | ARG1 ARG2 ]
info
Function: read Info documents
Usage: info [OPTION]... [MENU-ITEM...]
gawk
Function: pattern scanning and processing language
Usage: gawk [ POSIX or GNU style options ] -f program-file [ -- ] file ...
clear
Function: clear the terminal screen
Usage: clear
ln
Function: make links between files
Usage: ln [OPTION]... TARGET... DIRECTORY
find
Function: search for files in a directory hierarchy
Usage: find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression]
file
Function: determine file type
Usage: file [-bchikLNnprsvz0] [--apple] [--mime-encoding] [--mime-type] [-e testname] [-F separator] [-f namefile] [-m magicfiles] file ...
at
Function: queue, examine or delete jobs for later execu-tion
Usage: at -c job [job...]
vim
Function: Vi IMproved, a programmers text editor
Usage: vim [options] -t tag
uptime
Function: Tell how long the system has been running.
Usage: uptime [options]
wc
Function: print newline, word, and byte counts for each file
Usage: wc [OPTION]... [FILE]...