Here you can fing a list of Basic linux system administration commands. Enjoy it : A command is : A binary file kept under specific directory. Types of Commands 1. File and file system management: cat | cd | chmod | chown | chgrp | cp | du | df | file | fsck | ln | ls | lsof | mkdir | mount | mv | pwd | rm | rmdir | split | touch 2. Process management: at | chroot | crontab | kill | killall | nice | pgrep | pidof | pkill | ps | sleep | time | top | wait | watch User Management/Environment: env | finger | id | mesg | passwd | su | sudo | uname | uptime | w | wall | who | whoami | write Text processing: awk | cut | diff | ex | head | iconv | join | less | more | paste | sed | sort | tail | tr | uniq | wc | xargs 3. Network: inetd | netstat | ping | rlogin | traceroute 4. Searching find | grep | strings 5. Other: banner | bc | cal | man | size | yesFilesystem Utilities cd – Change to another directory location ls – List directory contents cp – Copy a file or directory to another loca...
Notes of a technology enthusiast