Unix Based Admin Commands Cheat Sheet

0

Category:

Unix some Admin commands
File system
  • cat
  • cd
  • chmod
  • chown
  • chgrp
  • cksum
  • cmp
  • cp
  • dd
  • du
  • df
  • file
  • fsck
  • fuser
  • ln
  • ls
  • lsattr
  • lsof
  • mkdir
  • mount
  • mv
  • pax
  • pwd
  • rm
  • rmdir
  • size
  • split
  • tee
  • touch
  • type
  • umask

Processes
  • at
  • bg
  • chroot
  • cron
  • kill
  • killall
  • nice
  • pgrep
  • pidof
  • pkill
  • ps
  • pstree
  • time
  • top


User environment
  • clear
  • env
  • exit
  • finger
  • history
  • id
  • logname
  • mesg
  • passwd
  • su
  • sudo
  • uptime
  • talk
  • tput
  • uname
  • w
  • wall
  • who
  • whoami
  • write

Text processing
  • awk
  • banner
  • basename
  • comm
  • csplit
  • cut
  • dirname
  • ed
  • ex
  • fmt
  • head
  • iconv
  • join
  • less
  • more
  • paste
  • sed
  • sort
  • spell
  • strings
  • tail
  • tr
  • uniq
  • vi
  • wc
  • xargs

Shell Utilities
  • alias
  • echo
  • expr
  • printf
  • sleep
  • test
  • true and false
  • unset
  • wait
  • yes

Networking
  • dig
  • inetd
  • host
  • ifconfig
  • netstat
  • nslookup
  • ping
  • rdate
  • rlogin
  • netcat
  • ssh
  • traceroute

Searching
  • find
  • grep
  • locate
  • whatis
  • whereis
  • which

Documentation
  • apropos
  • help
  • info
  • man

Miscellaneous
  • bc
  • cal
  • date
  • lp
  • lpr

Happy scripting