What command is used to compress files?
tar
Which command is used to decompress files?
unzip
What command is used to view the manual page for a command?
man
Which command is used to display the IP address of a system?
ip
What command is used to display the routing table of a system?
route
Which command is used to check the disk usage of a file system?
df
What command is used to check the memory usage of a system?
free
Which command is used to display the running processes of a system?
ps
What command is used to kill a process?
kill
Which command is used to reboot a system?
reboot
What command is used to shutdown a system?
shutdown
Which command is used to display the available disk space of a file system?
du
What command is used to display the available memory of a system?
free
Which command is used to display the number of files in a directory?
ls
What command is used to mount a file system in Linux?
mount
Which command is used to unmount a file system in Linux?
umount
Which command is used to display the environment variables in Linux?
env
What command is used to create a symbolic link in Linux?
ln
What command is used to add a new user in Linux?
useradd
Which command is used to remove a user from Linux?
userdel
What command is used to change the password of a user in Linux?
passwd
Which command is used to display the information about a specific user in Linux?
id