Intro to Linux 2

What command is used to compress files?
tar
gzip
zip
unzip
tar
Which command is used to decompress files?
unzip
gunzip
tar
zip
unzip
What command is used to view the manual page for a command?
man
help
ls
info
man
Which command is used to display the IP address of a system?
ip
Ifconfig
ping
netstat
ip
What command is used to display the routing table of a system?
route
ping
netstat
route
Which command is used to check the disk usage of a file system?
df
du
fdisk
mount
df
What command is used to check the memory usage of a system?
free
top
ps
vmstat
free
Which command is used to display the running processes of a system?
ps
top
free
vmstat
ps
What command is used to kill a process?
kill
ps
top
free
kill
Which command is used to reboot a system?
reboot
shutdown
init
poweroff
reboot
What command is used to shutdown a system?
shutdown
reboot
init
poweroff
shutdown
Which command is used to display the available disk space of a file system?
du
df
fdisk
mount
du
What command is used to display the available memory of a system?
free
top
ps
vmstat
free
Which command is used to display the number of files in a directory?
ls
wc
du
find
ls
What command is used to mount a file system in Linux?
mount
umount
mountfs
fs
mount
Which command is used to unmount a file system in Linux?
umount
mount
fsck
mountfs
umount
Which command is used to display the environment variables in Linux?
env
echo
set
printenv
env
What command is used to create a symbolic link in Linux?
ln
link
symlink
softlink
ln
What command is used to add a new user in Linux?
useradd
adduser
newuser
createuser
useradd
Which command is used to remove a user from Linux?
userdel
deluser
removeuser
killuser
userdel
What command is used to change the password of a user in Linux?
passwd
change-pass
new-pass
passwd
Which command is used to display the information about a specific user in Linux?
id
who
w
finger
id
Your Score
Score Label
Score Summary