Linux Command

cut
Function: remove sections from each line of files
Usage: cut OPTION... [FILE]...
paste
Function: merge lines of files
Usage: paste [OPTION]... [FILE]...
basename
Function: strip directory and suffix from filenames
Usage: basename OPTION
netstat
Function: Print network connections, routing tables, interface statis-tics, masquerade connections, and multicast memberships
Usage: netstat {--groups|-g} [--numeric|-n] [--numeric-hosts] [--numeric-ports] [--numeric-ports] [--continuous|-c] [delay]
cp
Function: copy files and directories
Usage: cp [OPTION]... [-T] SOURCE DEST
at
Function: queue, examine or delete jobs for later execu-tion
Usage: at [-V] [-q queue] [-f file] [-mMlbv] -t time_arg
false
Function: do nothing, unsuccessfully
Usage: false [ignored command line arguments]
ln
Function: make links between files
Usage: ln [OPTION]... TARGET
kill
Function: terminate a process
Usage: kill -l [signal]
true
Function: do nothing, successfully
Usage: true [ignored command line arguments]
mount
Function: mount a filesystem
Usage: mount [-fnrsvw] [-t vfstype] [-o options] device dir
mv
Function: move (rename) files
Usage: mv [OPTION]... -t DIRECTORY SOURCE...
test
Function: check file types and compare values
Usage: test
du
Function: estimate file space usage
Usage: du [OPTION]... [FILE]...
chroot
Function: run command or interactive shell with special root directory
Usage: chroot [OPTION] NEWROOT [COMMAND [ARG]...]