What of the following can be done by the command ifconfig? (Choose TWO correct answers.)
Which of the following commands shows the current color depth of the X Server?
What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.)
Which of the following statements is correct regarding the command foo 1> bar?
Which command, available with all MTAs, is used to list the contents of the MTA's mail queue? (Specify ONLY the command without any path or parameters.)
Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?
What is the correct command to extract the contents of the archive file download.bz2?
Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?
What happens after issuing the command vi without any additional parameters?
Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)
Whenremoving a package, which of the following dpkg options will completely remove the files including configuration files?
Which of the following is correct when talking about mountpoints?
Which of the following commands updates the linker cache of shared libraries?
In which file, if present, must all users be listed that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)
What is the difference between the i and a commands of the vi editor?
What is the default nice level when a process is started using the nice command?
What two character sequence is present at the beginning of an interpreted script? (Please specify the TWO correct characters only)
Which RPM command will output the name of the package which supplied the file /etc/exports?
What is true regarding the command sendmail?
Which of the following SQL queries counts the number of occurrences for each value of the field order_type in the table orders?
The presence of what file will temporarily prevent all users except root from logging into the system? (Specify the full name of the file, including path.)
On a regular users workstation the route command takes a long time before printing out the routing table. Which of the following errors does that indicate?
Which of the following file permissions belong to a symbolic link?
Which of the following commands lists all defined variables and functions within Bash?
The script, script.sh, consists of the following lines:
#!/bin/bash
echo $2 $1
Which output will appear if the command, ./script.sh test1 test2, is entered?
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?
In which directory must definition files be placed to add additional repositories to yum?
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
Given the following routing table:
How would an outgoing packet to the destination 192.168.2.150 be handled?
Which of the following keywords can be used in the file /etc/resolv.conf? (Choose TWO correct answers.)
Which command is used to create and initialize the files used to store quota information? (Specify ONLY the commandwithout any path or parameters.)
Which command, depending on its options, can display the open network connections, the routing tables, as well as network interface statistics. (Specify ONLY the command without any path or parameters.)
When running the command
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?
Which of the following commands will help identify a broken router between the local and the remote machine?
Which of the following commands should be added to /etc/bash_profile in order to change the language of messages for an internationalized program to Portuguese (pt)?
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?
When the command echo $ outputs 1, which of the following statements is true?
Which of the following tasks can be accomplished using the command date? (Choose TWO correct answers.)
Which of the following commands can be used to display the local routing table? (Choose TWO correct answers.)