Which of the following is a valid Linux option style for Traditional Unix: no dash two dashes (–) a...
Linux Essentials
Software that allows hardware devices to communicate with the...
Software that allows hardware devices to communicate with the installed operating system is called...
Which of the following commands will check hard disk GPT...
Which of the following commands will check hard disk GPT partitions? (choose three) sfdisk sgdisk...
Which of the following commands will check hard disk MBR...
Which of the following commands will check hard disk MBR partitions? (choose three) gfdisk fdisk...
What are the advantages of solid state disks when compared to...
What are the advantages of solid state disks when compared to traditional spinning platter hard...
Which of the following commands will display CPU information...
Which of the following commands will display CPU information? (choose two) showcpu cpuinfo arch...
A successful command may, or may not print output to STDOUT...
A successful command may, or may not print output to STDOUT. True or False? True False
By default, the zip command replaces uncompressed files with...
By default, the zip command replaces uncompressed files with compressed files. True or False? True...
Which two programs use the Lempel-Ziv-Markov chain algorithm...
Which two programs use the Lempel-Ziv-Markov chain algorithm? (choose two) bzip lossless gzip lossy...
Which command would list files that do not begin with a T or a W?
Which command would list files that do not begin with a T or a W? echo /etc/[*TW]! echo /etc/!TW...
Brackets cannot be used to a represent a range of characters...
Brackets cannot be used to a represent a range of characters. True or False? True False
Which of these commands will return /etc/gai.conf /etc/pam.conf...
Which of these commands will return /etc/gai.conf /etc/pam.conf /etc/ucf.conf? (choose two) ls...
The asterisk character is used to represent zero or more of any...
The asterisk character is used to represent zero or more of any character in a filename. True or...
The whatis command will only return the first result for which...
The whatis command will only return the first result for which section a man page is stored in...
The man command searches each of the sections in order until it...
The man command searches each of the sections in order until it finds a match. True or False? True...