How many times can you use a * glob character in a pattern? Two No limit Three One
Introduction to Linux I
Which directory is used to store configuration files specific to...
Which directory is used to store configuration files specific to the host? /etc / /boot /var
Which directory is used to store essential libraries?
Which directory is used to store essential libraries? /usr /bin /var /lib
Which directory represents the root of the primary filesystem...
Which directory represents the root of the primary filesystem hierarchy? /var / /etc /root
Which directory is used to store user home directories?
Which directory is used to store user home directories? /homedir /home /usr /tmp
Which option to the find command will prompt the user to execute...
Which option to the find command will prompt the user to execute a command on each matching file? ...
Which option to the find command will search by file type?
Which option to the find command will search by file type? -type -fstype -ftype -file
Which option to the find command will display a “long listing”...
Which option to the find command will display a “long listing” of matching files? -ok -exec -print ...
Which option to the locate command will have the command perform...
Which option to the locate command will have the command perform case-insensitive searches? -I -g ...
The _ command will search for files by searching the live...
The _____ command will search for files by searching the live filesystem. find locate search...
The _ command will search for files using a database of all...
The _____ command will search for files using a database of all files, which is generated daily...
Which directory is used to store files representing attached...
Which directory is used to store files representing attached devices? /tmp / /dev /mnt
Which option to the find command will search by name using a...
Which option to the find command will search by name using a case-sensitive match? -mmin -iname ...
Which of the following are advantages of using the find command...
Which of the following are advantages of using the find command? (choose two) It can search by file...
What is the reason you would use the grep command with a quiet ...
What is the reason you would use the grep command with a quiet -q option? You want the output to be...