102-350 Exam Questions
127 real 102-350 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #66
Which of the following commands is used to restore files from backups made with dump?
- Question #67
You found these lines in the modules.dep file: /lib/modules/2.2.5-15smp/fs/msdos.o: /lib/modules/2.2.5-15smp/fs/fat.o Which of the following is true?
- Question #68
Your senior systems administrator asks you to set up a new machine with Apache listening on port 8088. Which Apache config file would you edit to change the default port to 8088?
- Question #69
Which command would you use to apply the changes in a diff file to your existing kernel source?
- Question #70
Which of the following commands can be used to customize all kernel compilation options? (Choose Three)
- Question #71
When an Apache server is configured to provide 10 spare server processes, which kind of website would it typically serve?
- Question #72
The normal way of starting your Apache server would be the command:
- Question #73
You are a junior administrator of a high-traffic production web server. Which of the following commands would you run to restart the Apache web service without aborting existing co...
- Question #74
Which of the following PPP authentication protocols never sends a password in the clear?
- Question #75
When using PAP with PPP, the /etc/ppp/pap-secrets file must be
- Question #76
In the output of iptables -L -n is the line ACCEPT all - - 10.69.70.5 0.0.0.0/0 listed under the INPUT chain. What does this line mean?
- Question #77
Which of the following lines would you find in the file /etc/host.conf?
- Question #78
Which of the following protocols uses two different network ports?
- Question #79
In order to bypass print filters using lpr, which of following switches should be used:
- Question #80
Which THREE statements about crontab are true?
- Question #81
Suppose that the command netstat -a hangs for a long time without producing output. You might suspect:
- Question #82
Identify the statement that would create a default route using a gateway of 192.168.1.1.
- Question #83
Which of the following lines would you find in the file /etc/nsswitch.conf?
- Question #84
Which TWO of the following Class B IPv4 networks are reserved by IANA for private address assignment and private routing?
- Question #88
Which of the following lines would you find in the file /etc/resolv.conf?
- Question #89
Which of the following commands can deconfigure a network interface?
- Question #90
Which of the following commands can be used to activate a specific network interface?
- Question #91
What is the purpose of the nsswitch.conf file?
- Question #92
Which of the following describes the Linux ping packet or datagram?
- Question #93
Which of the following looks like a correct entry in the /etc/hosts file?
- Question #94
What is the purpose of the dig command?
- Question #96
You suspect that a gateway machine on your network has failed but you are unsure which machine. Which command will help locate the problem?
- Question #99
Which configuration file does sudo read when determining if a user is permitted to run applications with root privileges?
- Question #102
Which of the following programs uses the hosts.allow file to perform its main task of checking for access control restrictions to system services?
- Question #103
While performing a security audit, a temporarily mounted device will not unmount and is reported as being busy. Which of the following commands could be used to determine which pro...
- Question #105
What command is used to hold keys during a login session to be used for automatic authentication while logging in to other machines using ssh?
- Question #106
When generating new authentication keys with SSH for a user, where should the private key be kept?
- Question #108
Which of the following find commands will print out a list of suid root files in /usr?
- Question #109
Which directory in a user's home contains configuration files and key rings for GPG?
- Question #110
Which configuration file would you edit to change default options for outbound ssh sessions?
- Question #112
When attempting to send a file to another user securely with GPG, which of the following actions must be done?
- Question #114
Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?
- Question #117
Which of the following configuration files should be modified to set default shell variables for all users?
- Question #119
Which bash option will prevent you from overwriting a file with a ">"?
- Question #122
You want a secure and fast DNS server that must also be quickly accessible remotely. You should:
- Question #123
Which statements are true regarding the following syslog.conf configuration directive? *.err;kern.notice;auth.notice /dev/console (Select THREE correct answers)
- Question #124
To increase system security, it is often desirable to run daemons for system services with nonroot user ids. Which one of the following services can be run as a non-root user?
- Question #125
What are the first two bytes of a MD5 hash called?
- Question #126
Which of the following are valid commands to affect your systems printing
- Question #128
Which commands will set a regular users password so it forces them to change it every 60 days? (Choose Two)
- Question #129
Rate this comment: The "root" account has no security restrictions imposed upon them
- Question #131
You need to print 12 copies of the document foo.txt. Which of the following commands would you use?
- Question #132
What BASH environment variable will prevent you from overwriting a file with a ">" or ">>"?
- Question #133
In the following command and its output $ echo $$ 12942 What is 12942?
- Question #134
We have bash script ~/myscript shown below: shift echo $2 We call this script: ~/myscript alpha beta gamma delta What will we see?