Home > CompTIA Linux+ > Quizzes > Exam LX0-103: CompTIA Linux+
Exam LX0-103: CompTIA Linux+
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 36% Most missed: “Which of the following commands overwrites the bootloader located on /dev/sda wi…”
Exam LX0-103: CompTIA Linux+
Time left 00:00
25 Questions

1. Which of the following commands will change the quota for a specific user?
2. What information can the lspci command display about the system hardware? (Choose THREE.)
3. While using the vi editor, you wish to move ahead one page. You should press the control key and ____.
4. Which of the following commands changes the ownership of file.txt to the user dan and the group staff?
5. You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to your fstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?
6. Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?
7. Which of the following are init systems used within Linux systems? (Choose THREE.)
8. In Bash, inserting 1>&2 after a command redirects
9. With Xorg 7.0, what is the name of the default font server?
10. Which of the following settings for umask ensures that new files have the default permissions -rw- r----- ?
11. You logged in as user tuxl, but now you want to switch users to tux2 with tux2's environment. How would you do this?
12. Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
13. Which of the following commands lists all currently installed packages when using RPM package management?
14. Which utility would be used to change how often a filesystem check is performed on an ext2 filesystem without losing any data stored on that filesystem?
15. Which command will print line numbers before each line in a file?
16. Which of the following pieces of information of an existing file is changed when a hard link pointing to that file is created?
17. When given the following command line: echo foo bar" | tee bar | cat Which of the following output is created?"
18. What happens after issuing the command vi without any additional parameters?
19. Which command will print out the attributes of the file foobar?
20. In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?
21. Which of the following configuration files should be modified to disable the ctrl-alt-delete key combination?
22. What does the following script do? #!/bin/bash find/ -perm +4000 | mail -s Daily find output" root"
23. Which of the following statements is correct regarding the command foo 1> bar?
24. When removing a package, which of the following dpkg options will completely remove the files including configuration files?
25. What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?