Answered You can hire a professional tutor to get the answer.
(TCO 1) _____ Linux is the most common distribution of Linux.
(TCO 2) The feature of an operating system that allows a computer to run more than one program at the same time is called
multithreading.
multiuser.
multiprocessing.
multitasking.
(TCO 2) The _____ device file represents the first primary partition on the primary master hard drive.
/dev/sdc1
/dev/hdb1
/dev/sda1
/dev/sdc2
(TCO 3) The switch used by the cp, mv, and rm commands that will eliminate the prompt when a file is about to be overwritten or deleted is
/i.
-i.
/f.
-f.
-p.
(TCO 3) The switch used by the cp, mv, and rm commands that will allow the command to include sub-directories is
-d.
-s.
-l.
-i.
-R.
(TCO 3) The switch that will cause the Linux cp command to create a link to the source file instead of making a copy is
-c.
-f.
-R.
-l.
-p.
(TCO 3) Which command is used to view the current directory you are working in?
cat
pwd
cd
vi
(TCO 4) When using useradd, if you create an account called amoffett, the default home directory will be
/root/amoffett
/amoffett
/home/amoffett
in the present working directory
(TCO 4) To set all of the special permissions (rwx) on a certain file or directory, you can use the command _____, where name is the name of the file or directory.
chmod 777 name
chmod 7777 name
chmod 6666 name
chmod 0000 name
(TCO 4) Which command is used to assign rights and privileges to users?
chmod
usermod
rightsadd
chgrp
(TCO 5) Computer names are called
host IDs.
network IDs.
host names.
account names.
(TCO 5) The top domain in the domain name space is known as
top.
super domain.
hierarchical.
root .
(TCO 5) This is the three items a user's computer must have when accessing a network.
IP address, NIC, and router
IP address, subnet mask, and default gateway
Router, hub, and switch
DNS, router, and switch
/mnt
/nfs
/home
/share
port 20.
port 21.
port 23.
a port above 1023.
(TCO 6) To prevent anonymous users from connecting you your vsFTPd server, you should use which directive?
anonymous_disable=YES
anonymous_enable=NO
anonymous_user=YES
anonymous_user=NO
(TCO 6) What directive allows users to upload files to the local directory?
chroot_write_user=YES
local_enable=YES
write_enable=YES
chroot_local_user=YES
(TCO 6) Web servers most often listen at port
80.
800.
8080.
None of the above
(TCO 7) The service that allows Linux computers to interoperate with Microsoft Windows computers is
Telnet.
Samba.
SSH.
SSL.
(TCO 7) Relational databases store information in the form of _____, each of which contains _____.
lists; fields
fields; records
records; tables
tables; records
(TCO 7) DHCP uses which port(s) as the destination port?
UDP 67 and 68
UDP 67
TCP 67 and 68
TCP 67
(TCO 7) When configuring your DHCP server, how would you set up the default domain for addressed served to be www.linux.net?
Option domain-name www.linux.net;
Default domain-name www.linux.net;
Option host-name www.linux.net;
Default host-name www.linux.net;
(TCO 8) Which of the following command to display INPUT chain rules of iptables?
iptables -L IN -n -v
iptables -L INPUT -n -v
iptables -L IN-PUT -n -v
None of the above
(TCO 4) What is the command that will create a new user johnsmith?
(TCO 3) What is the single command that will rename the file newdata to olddata? The file is located in the /customers directory and the current directory is /root.