Linux Command

wc
Function: print newline, word, and byte counts for each file
Usage: wc [OPTION]... [FILE]...
chmod
Function: change file mode bits
Usage: chmod [OPTION]... --reference=RFILE FILE...
rm
Function: remove files or directories
Usage: rm [OPTION]... FILE...
su
Function: run a shell with substitute user and group IDs
Usage: su [OPTION]... [-] [USER [ARG]...]
tput
Function: initialize a terminal or query terminfo database
Usage: tput -S <<
mount
Function: mount a filesystem
Usage: mount -a [-fFnrsvw] [-t vfstype] [-O optlist]
which
Function: shows the full path of (shell) commands.
Usage: which [options] [--] programname [...]
uniq
Function: report or omit repeated lines
Usage: uniq [OPTION]... [INPUT [OUTPUT]]
basename
Function: strip directory and suffix from filenames
Usage: basename NAME [SUFFIX]
size
Function: list section sizes and total size.
Usage: size [-A|-B|-G|--format=compatibility] [--help] [-d|-o|-x|--radix=number] [--common] [-t|--totals] [--target=bfdname] [-V|--version] [objfile...]
cmp
Function: compare two files byte by byte
Usage: cmp [OPTION]... FILE1 [FILE2 [SKIP1 [SKIP2]]]
mesg
Function: control write access to your terminal
Usage: mesg [y|n]
printf
Function: format and print data
Usage: printf FORMAT [ARGUMENT]...
dd
Function: convert and copy a file
Usage: dd OPTION
sleep
Function: delay for a specified amount of time
Usage: sleep OPTION