Questions and CORRECT Answers
Linux is written in - CORRECT ANSWER -C
The Linux platform that runs on mobile phones is called: - CORRECT ANSWER -
Android
What does a distribution provide to add and remove software from the system? - CORRECT
ANSWER - Package manager
The bootloader's job is to: - CORRECT ANSWER - Load the kernel after the computer is
powered on.
TF: The command rmdir can be used to delete a directory that is not empty - CORRECT
ANSWER - False- need modifier
To move a file you use the ___ command along with the source file name and destination name. -
CORRECT ANSWER - mv
In UNIX/Linux, text files and binary files are considered to be ___ files - CORRECT
ANSWER - regular
the ____ option of the find command displays files that have been changed within the last n
minutes. - CORRECT ANSWER - -mmin n
TF: You can complete a project using awk that you cannot complete using a combination of past,
cut, sort, and join. - CORRECT ANSWER - True
, System administrators and programmers refer to standard output as: - CORRECT
ANSWER - stdout
When you no longer need a directory, you can use command _____ to remove it - CORRECT
ANSWER - rmdir
The join command is used to associate information in two different files on the basis of a
common field or ___ in those files. - CORRECT ANSWER - key
TF: When you are moving files, using the -o option with the mv command can be a good idea so
that you don't unexpectedly overwrite a destination file with the same name. - CORRECT
ANSWER - False -i
This option prevents the touch command from creating a file if it does not already exist. -
CORRECT ANSWER - -c
When deleting a directory with rm, this option is used to recursively delete its files and
subdirectories. - CORRECT ANSWER - -r
Option of the cp command that provides a warning before an existing file with the same name is
overwritten - CORRECT ANSWER - -i
Option of the mv command that overwrites a destination file with the same name, if the source
file is newer than the one in the destination. - CORRECT ANSWER - -u
Is an option of the find command - CORRECT ANSWER - -name
Cane be used with cat to combine the contents of two fields - CORRECT ANSWER ->
Combines files side by side - CORRECT ANSWER - paste