MCQ Academy - English
Free Online MCQ Practice Tests in English
Popular Quiz Papers
Latest Quizzes
How can you decompress a gzip-compressed file in Kali Linux?
- gunzip
What is the purpose of ‘apt autoremove’ ?
- Removes unused packages and their dependencies
Which is used to remove a package along with its configuration files using APT?
- apt purge
Which symbol represents the user’s home directory?
- ~
How to delete a user?
- userdel username
What does number ‘7’ represent in Linux file permission?
- Full permission (Read, Write, Execute)
Which command in Kali Linux displays the IP addresses associated with all network interfaces?
- ifconfig
In Linux terminal, which utility is primarily used to display the content of a file?
- cat
Which of the following represents a relative path in Kali Linux?
- ../Downloads
Which user type in Kali Linux possesses the highest level of system access and privileges?
- Root user
What is the primary purpose of ‘chgrp’ in Kali Linux?
- Change group ownership of a file or directory
Which command in Kali Linux displays detailed information about all processes?
- ps aux
Which is the home directory of root?
- /root
In Linux, which is used to change file permissions?
- Chmod
Which distro is Kali based on?
- Debian
Which utility is used to remove a file in Linux?
- rm
Which of the following statements about /bin and /sbin directories in Linux is correct?
- /bin contains essential user binaries, while /sbin holds system binaries.
Which file contains the user account information in Kali Linux?
- /etc/passwd
Which utility displays the current directory in Linux?
- pwd
What is the purpose of APT in Linux?
- To manage software packages
