ITC 136

Is this your test? Login to manage it. If not, you can build an assessment just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
A Linux user wants to create a hard link named ile2 in the current directory that points to /usr/var/file. Which of the following commands can be used?
2.
1 point
Which of the following can be used to view username, UID (User ID), GID (Group ID), full name, home directory, and default shell information?
3.
1 point
Which of the following commands should be used to monitor system logs in real time?
4.
1 point
The /var/log/messages file was deleted and the syslog daemon did not recreate it. Which of the following commands would remedy this situation?
5.
1 point
A system administrator wants to see if an RPM package is installed on a user workstation. Which of the following commands should be used?
6.
1 point
Which of the following commands can be used to back up all the files in the current directory and compress them?

7.
1 point
The following command run as root will search the system for which of the following?
find / -name '.*'
8.
1 point
Which of the following commands is used to search the whole directory structure to locate a specific file, but still can execute other commands while the 'find' command is searching for the file?
9.
1 point
The administrator issues the 'ls -l /home' command and sees the following output:
drwxr-sr-x 2 578 578 4096 Jun 13 13:50 user1
The output indicates which of the following?
10.
1 point
A user downloads the software package "package.tar.bz2" from the vendor. Which of the following command lines can be used to extract the contents of the package?
11.
1 point
An application is failing and indicates that the error.log should be viewed, but no location is provided. How can this file for the error.log be found effectively?
12.
1 point
Which of the following commands is used to check the status of a software RAID?
13.
1 point
A technician needs to extract the entire archive 'backup.tar.bz2'. Which of the following commands will accomplish this?
14.
1 point
Which of the following commands will recursively search through all subdirectories from the current directory for files owned by the root user?
15.
1 point
Which of the following commands can be used to display the location of all the setuid regular files on /mnt?
16.
1 point
Which of the following is the quickest way to create a file that lists groups to which the user 'bob' belongs?
17.
1 point
Which of the following commands will recursively search through all subdirectories from the current directory for files owned by the root user?
18.
1 point
Which of the following commands can be used to create a link to the file /home/joe/help in /tmp/help.old?
19.
1 point
Which of the following commands will locate files that have been modified in the past two days?
20.
1 point
Which of the following commands can be used to hide the file "help.new"?
21.
1 point
If a user wishes to monitor the last three lines of the log file messages.log and update it every 15 seconds, which of the following commands should be issued?
22.
1 point
Which of the following commands can be used to view the first 10 lines of the boot.log file?
23.
1 point
A Linux user has a file named ackup.tar. How can the detailed file information in the file be viewed without extracting the contents?
24.
1 point
Which of the following commands will display the last 15 lines of an application log?
25.
1 point
When executed, what type of installation file is created by the following command?
tar cvvjf filename file4 file2 file12
26.
1 point
Which of the following commands will display the last 15 lines of an application log?
27.
1 point
Which of the following commands can be used to find all instances of files in the /etc directory containing tp in the file name?
28.
1 point
A Linux server is configured as a router, but the administrator notices that packets are no longer being routed. Which of the following should the administrator run on the server to verify routing functionality?
29.
1 point
Which of the following commands will locate files that have been modified in the past two days?