Linux Command

vim
Function: Vi IMproved, a programmers text editor
Usage: vim [options] -q [errorfile]
killall
Function: Sends signals to terminate processes based on specified command names or criteria, allowing the user to selectively terminate processes in a more controlled manner.
Usage: killall [options] name ...
id
Function: print real and effective user and group IDs
Usage: id [OPTION]... [USERNAME]
date
Function: Print or set the system date and time
Usage: date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]
pkill
Function: look up or signal processes based on name and otherattributes
Usage: pkill [options] pattern
pidof
Function: find the process ID of a running program.
Usage: pidof [-s] [-c] [-x] [-m] [-o omitpid] [-o omitpid..] program [program..]
netstat
Function: Print network connections, routing tables, interface statis-tics, masquerade connections, and multicast memberships
Usage: netstat {--route|-r} [address_family_options] [--extend|-e[--extend|-e]] [--verbose|-v] [--numeric|-n] [--numeric-hosts][--numeric-ports] [--numeric-ports] [--continuous|-c] [delay]
yes
Function: output a string repeatedly until killed
Usage: yes [STRING]...
kill
Function: terminate a process
Usage: kill [-s signal|-p] [--] pid...
expr
Function: evaluate expressions
Usage: expr EXPRESSION
cksum
Function: checksum and count the bytes in a file
Usage: cksum [FILE]...
less
Function: opposite of more
Usage: less [-[+]aBcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX~] [-b space] [-h lines] [-j line] [-k keyfile] [-{oO} logfile] [-p pattern] [-P prompt] [-t tag] [-# shift] [+[+]cmd] [--] [filename]...
tput
Function: initialize a terminal or query terminfo database
Usage: tput [-Ttype] longname
chown
Function: change file owner and group
Usage: chown [OPTION]... [OWNER][:[GROUP]] FILE...
talk
Function: talk to another user
Usage: talk address [terminal]