Linux Command

sudo
Function: execute a command as another user
Usage: sudo -h | -K | -k | -V
chown
Function: change file owner and group
Usage: chown [OPTION]... --reference=RFILE FILE...
man
Function: format and display the on-line manual pages
Usage: man [-acdDfFhkKtvVwW] [--path] [-m system] [-p string] [-C config_file] [-M pathlist] [-P pager] [-B browser] [-H htmlpager] [-S section_list]
vim
Function: Vi IMproved, a programmers text editor
Usage: vim [options] [file ..]
fuser
Function: identify processes using files or sockets
Usage: fuser -l
comm
Function: Find unique and shared lines between two files
Usage: comm [OPTION]... FILE1 FILE2
vim
Function: Vi IMproved, a programmers text editor
Usage: view
grep
Function: print lines matching a pattern
Usage: grep [OPTIONS] PATTERN [FILE...]
red
Function: text editor
Usage: red [-GVhs] [-p string] [file]
ln
Function: make links between files
Usage: ln [OPTION]... [-T] TARGET LINK_NAME
locate
Function: find files by name
Usage: locate [OPTION]... PATTERN...
apropos
Function: search the whatis database for strings
Usage: apropos keyword ...
tput
Function: initialize a terminal or query terminfo database
Usage: tput [-Ttype] reset
split
Function: Split a file into pieces
Usage: split [OPTION]... [INPUT [PREFIX]]
time
Function: time a simple command or give resource usage
Usage: time [options] command [arguments...]