Are you looking for a trivia questions quiz to help you with the Lx0-103: CompTIA Linux+ Certification Test? Every time you get a certificate you have three years till you take the next exam so it is very important to ensure that you are up to date with changes in the information sector. How about you give it a shot and get the well-deserved revision. All the best!
Hello World
Eoo
Hll Wrld
Eoo Hll Wrld
Rate this question:
Sed ‘s/bob/Bob/g’ letter > newletter
Sed ‘s/bob, Bob/’ letter > newletter
Sed ‘s/bob/Bob’ letter > newletter
Sed ‘/bob/Bob’ letter > newletter
Sed s/bob/Bob/ letter < newletter
Rate this question:
Tail -n 10 filename
Head -n 10 filename
Cat -n 10 filename
Dump -n 10 filename
Rate this question:
Splash
Timeout
Hidemenu
Showmenu
Rate this question:
Rate this question:
It makes the command history available to subshells.
It sets up environment variables for applications.
It runs a command as a process in a subshell.
It allows disks to be mounted remotely.
It shares NFS partitions for use by other systems on the network.
Rate this question:
I (insert) inserts text before the current cursor position whereas a (append) inserts text after the cursor.
I (independent rows) starts every new line at the first character whereas a (aligned rows) keeps the indentation of the previous line.
I (interactive) requires the user to explicitly switch between vi modes whereas a (automatic) switches modes automatically.
I (interrupt) temporarily suspends editing of a file to the background whereas a (abort) terminates editing.
Rate this question:
#
!
+
&
%
Rate this question:
Fmt -f 1,4 /etc/passwd
Split -c 1,4 /etc/passwd
Cut -d : -f 1,4 /etc/passwd
Paste -f 1,4 /etc/passwd
Rate this question:
BASHEXEC
BASHRC
PATH
EXECPATH
PATHRC
Rate this question:
Mesg
Wall
Yell
Bcast
Rate this question:
Apt-get refresh
Apt-cache upgrade
Apt-get upgrade
Apt-get update
Apt-cache update
Rate this question:
Back
Run
Bg
Fg
Rate this question:
The init program
The kernel
The inetd program
The bootloader
Rate this question:
Kill -KILL 123
Kill -STOP 123
Kill -TERM 123
Kill -PIPE 123
Rate this question:
Files within a directory are deleted when the directory is used as a mount point.
Directories need to have the SetUID flag set to be used as a mount point.
Every existing directory can be used as a mount point.
Only empty directories can be used as a mount point.
Rate this question:
Grep ‘/#’ foo
Grep -v ‘/$’ foo
Grep ‘/$’ foo
Grep -v ‘/#’ foo
Rate this question:
Cat
Foo bar
Tee bar
Bar
Foo
Rate this question:
Rate this question:
Gzip archive.tgz | tar xvf –
Tar ztf archive.tgz
Gzip -d archive.tgz | tar tvf –
Tar cf archive.tgz
Rate this question:
Vi starts and loads the last file used and moves the cursor to the position where vi was when it last exited.
Vi starts and requires the user to explicitly either create a new or load an existing file.
Vi exits with an error message as it cannot be invoked without a file name to operate on.
Vi starts in command mode and opens a new empty file.
Vi starts and opens a new file which is filled with the content of the vi buffer if the buffer contains text.
Rate this question:
Column -s : 1,7 /etc/passwd
Chop -c 1,7 /etc/passwd
Colrm 1,7 /etc/passwd
Cut -d: -f1,7 /etc/passwd
Rate this question:
-10
0
10
20
Rate this question:
-dirmax
-maxdepth
-maxlevels
-n
-s
Rate this question:
Chown dan/staff file.txt
Chown dan:staff file.txt
Chown -u dan -g staff file.txt
Chown dan -g staff file.txt
Rate this question:
The kernel thinks that a process is about to open a file in /mnt for reading.
The files in /mnt have been scanned and added to the locate database.
The kernel has not finished flushing disk writes to the mounted device.
A user has a file open in the /mnt directory.
Another file system still contains a symlink to a file inside /mnt.
Rate this question:
–clean
–delete
–purge
–remove
Rate this question:
The command foo receives its stdin from the stdout of the command bar.
The stderr from the command foo is saved to the file bar.
The stdout from the command foo overwrites the file bar.
The stdout from the command foo is appended to the file bar.
The command foo receives its stdin from the file bar.
Rate this question:
Envsetup
History
Set
Bashconf
Setsh
Rate this question:
/etc/dpkg/dselect.cfg
/etc/dpkg/dpkg.cfg
/etc/apt/apt.conf
/etc/apt/apt.conf.d
/etc/apt/sources.list
Rate this question:
Gdisk
Dd
Cc
Fdisk
Mount
Rate this question:
Standard output to standard input.
Standard error to standard output.
Standard input to standard error.
Standard error to standard input.
Standard output to standard error.
Rate this question:
.history_bash 1
.bash_history
.bash_histfile
.bashrc_history
.history
Rate this question:
/usr/bin/prog is executed with a nice level of -5.
/usr/bin/prog is executed with a nice level of 5.
/usr/bin/prog is executed with a priority of -5.
/usr/bin/prog is executed with a priority of 5.
Rate this question:
/dev/hda1
/dev/sda2
/dev/sd0a2
/dev/sd1p2
Rate this question:
-rwxrwxrwx
+rwxrwxrwx
Lrwxrwxrwx
Srwxrwxrwx
Rate this question:
/proc/keys
/etc/inittab
/proc/inittab
/etc/reboot
/etc/keys
Rate this question:
Rate this question:
I (lowercase)
P (uppercase)
P (lowercase)
U (uppercase)
U (lowercase)
Rate this question:
/usr/share/man
/opt/man
/usr/doc/
/var/pkg/man
/var/man
Rate this question:
Cat < myapp | cat > file1.log
Myapp 0>&1 | cat > file1.log
Myapp | cat > file1.log
Myapp | tee file1.log
Tee myapp file1.log
Rate this question:
Set TEST=”FOO”
TEST=”FOO”
TEST = “FOO”
Var TEST=”FOO”
Rate this question:
Repquota
Quota -e
Edquota
Quota
Rate this question:
9
99
19
49
Rate this question:
0
10
20
-10
Rate this question:
Telinit 0
Telinit 6
Shutdown -r “rebooting”
Shutdown -r now
Shutdown -k now “rebooting”
Rate this question:
Rate this question:
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
CompTIA A+ 1001 Certification Exam Prep Test Part- I
Welcome to the CompTIA A+ 1001 Certification Exam Prep Test Part- I. It has over fifty important questions about IT support, computer and operating system configuration,...
Questions:
50 |
Attempts:
840 |
Last updated:
Aug 15, 2024
|
CompTia Certification Practice Exam Test! Trivia Quiz
Are you familiar with how to meet CompTIA’s certification process? Would you like to test your knowledge? The Computing Technology Industry Association is an American non...
Questions:
17 |
Attempts:
232 |
Last updated:
Mar 21, 2023
|
CompTIA Practice Test #3
CompTIA Practice Test #3 assesses knowledge in configuring and troubleshooting computer systems and networks. It covers topics such as IPv6 addressing, RAM installation, network...
Questions:
60 |
Attempts:
102 |
Last updated:
Mar 20, 2023
|
CompTIA Practice Test #2
CompTIA Practice Test #2 assesses key IT skills through scenario-based questions on network troubleshooting, memory upgrades, laser printer maintenance, and setup of SOHO...
Questions:
60 |
Attempts:
83 |
Last updated:
Mar 21, 2023
|
CompTIA A+ Core 2 220-1002 Anand RAMROOCH M.Q.A. (Computer Science)
Quentin Docter (A+, Network+, IT Fundamentals+, MCSE, CCNA, SCSA)
Jon Buhagiar (Network+, A+, CCNA,...
Questions:
25 |
Attempts:
96 |
Last updated:
Mar 22, 2023
|
Quiz On CompTIA Security+ Certification! Trivia Questions
Are you looking for a quiz to help you in preparation for the CompTIA Security+ Certification? If so, the questionnaire below is precisely what you may need to refresh your...
Questions:
20 |
Attempts:
326 |
Last updated:
Mar 20, 2023
|
Wait!
Here's an interesting quiz for you.