Linux Command

w
Function: Show who is logged on and what they are doing.
Usage: w - [husfiV] [user]
cal
Function: displays a calendar
Usage: cal [-smjy13] [[[day] month] year]
mount
Function: mount a filesystem
Usage: mount [-fnrsvw] [-o option[,option]...] device|dir
split
Function: Split a file into pieces
Usage: split [OPTION]... [INPUT [PREFIX]]
more
Function: file perusal filter for crt viewing
Usage: more [-dlfpcsu] [-num] [+/pattern] [+linenum] [file ...]
cp
Function: copy files and directories
Usage: cp [OPTION]... SOURCE... DIRECTORY
uname
Function: print system information
Usage: uname [OPTION]...
killall
Function: kill processes by name
Usage: killall -l
netstat
Function: Print network connections, routing tables, interface statis-tics, masquerade connections, and multicast memberships
Usage: netstat {--interfaces|-I|-i} [iface] [--all|-a] [--extend|-e] [--ver-bose|-v] [--program|-p] [--numeric|-n] [--numeric-hosts][--numeric-ports][--numeric-ports] [--continuous|-c] [delay]
lp
Function: print files
Usage: lp [ -E ] [ -U username ] [ -c ] [ -h hostname[:port] ] [ -i job-id ] [ -n num-copies ] [ -o option[=value] ] [ -q priority ] [ -t title ] [ -H handling ] [ -P page-list ]
mv
Function: move (rename) files
Usage: mv [OPTION]... SOURCE... DIRECTORY
touch
Function: change file timestamps
Usage: touch [OPTION]... FILE...
join
Function: join lines of two files on a common field
Usage: join [OPTION]... FILE1 FILE2
at
Function: queue, examine or delete jobs for later execu-tion
Usage: at [-V] [-q queue] [-f file] [-mMlbv] TIME
nice
Function: run a program with modified scheduling priority
Usage: nice [OPTION] [COMMAND [ARG]...]