Classification of UNIX Commands
There are more than 200 UNIX level commands. The important ones are classified below:
General Purpose Utilities
- passwd
- who
- whoami
- uname
- tty
- stty
- info
Working With Directories
- mkdir
- rmdir
- ls
File Handling Commands
- cat
- cp
- rm
- mv
- more
- wc
- cmp
- diff
- dos2unix
- tar
- gzip AND gunzip
- compress AND uncompress
- zip AND unzip
Changing File Attributes
- chmod
- chown 45
Editors
- The vi editor
Processes and Scheduling
- kill
- ps
- sleep
- wait
More File Attributes
- umask
- find
Simple Filters
- head
- tail
- Using head and tail
Filtering Using Regular Expressions
- grep
- egrep
Managing Disc Space
- df
- du
Networking Tools
- ping
- telnet
- ftp
Advanced Filters
- awk
Unix Statistics Commands
- vmstat
- mpstat
- netstat
- iostat
- uptime
- top