blackforever
|
分享:
▼
x0
|
SUSE LINUX入门问题
1、What might you type to see processes are running on the server?(复选题)
(1) ps
(2) top
(3) df
(4) proc
(5) ps aux
--------------------------------------------------------------------------------
2、To see if named id currently running from a root login, which of the following command combinations would you use?(复选题)
(1) ps aux | grep named
(2) ps aux
(3) ps aux | more
(4) ps aux > more
(5) ps named
--------------------------------------------------------------------------------
3、Which networking tool can you use to assign IP addresses to machines during the installation process?(单选题)
(1) httpd
(2) DHCP
(3) SMTP
(4) FTP
(5) TCP
--------------------------------------------------------------------------------
4、Which command would you use to verify that you can reach a known machine from the current machine?(单选题)
(1) ping
(2) ifconfig
(3) netcfg
(4) netconfig
(5) host
--------------------------------------------------------------------------------
5、Which command works on all distributions to remove a user account?(单选题)
(1) rmuser
(2) deluser
(3) userdel
(4) user –rm
(5) rm –user
--------------------------------------------------------------------------------
6、Which command must you use before removing removable media?(单选题)
(1) unmount
(2) umount
(3) mount –u
(4) rmdisk
(5) rdisk
--------------------------------------------------------------------------------
7、During the Linux installation process, what hardware issues must be configured correctly to avoid the risk of damaging the hardware?(单选题)
(1) Whether the mouse is serial or PS2, or has two or three buttons
(2) The video card’s capabilities
(3) The type of keyboard
(4) The number of drive partitions
(5) The monitor’s range of operation
--------------------------------------------------------------------------------
8、What file do you have to edit to add the new machine to the NFS mount rules on “docserver”?(单选题)
(1) /etc/nfs.conf
(2) /etc/host.allow
(3) /etc/exports
(4) /etc/fstab
(5) /etc/hosts
--------------------------------------------------------------------------------
9、What Proxy server is typically used today in the Linux world?(单选题)
(1) WU-HTTPD
(2) Apache
(3) Squid
(4) Foo
(5) Website Professional
--------------------------------------------------------------------------------
10、What command would you have to type in vi before being able to add text to the document file?(单选题)
(1) colon
(2) e
(3) E
(4) i
(5) G
--------------------------------------------------------------------------------
11、Now you need to have the machine automatically NFS mount the remote project group partition. What file would you edit to do this?(单选题)
(1) /etc/fstab
(2) /etc/passwd
(3) /etc/shadow
(4) /etc/mount
(5) No files on this machine need to be edited.
--------------------------------------------------------------------------------
12、What command do you use in fdisk to look at the current partition list?(单选题)
(1) d
(2) c
(3) l
(4) p
(5) L
--------------------------------------------------------------------------------
13、What file would you edit on the server to set up NFS shares?(单选题)
(1) /etc/hosts.allow
(2) /etc/exports
(3) /etc/fstab
(4) etc/share.conf
(5) /etc/nfs.conf
--------------------------------------------------------------------------------
14、Now that the user’s machine is set up, you need to install a new anonymous FTP server for the technical support department. What is a commonly used server used for this function?(单选题)
(1) Squid
(2) Apache
(3) HTML
(4) wu-ftp
(5) Archie
--------------------------------------------------------------------------------
15、What is the default Linux shell?(单选题)
(1) tcsh
(2) csh
(3) sh
(4) bash
(5) ksh
--------------------------------------------------------------------------------
16、What is the netmask for a class C IP address?(单选题)
(1) 255.255.0.0
(2) 255.255.255.0
(3) 255.0.0.0
(4) 127.0.0.1
(5) 255.255.255.255.255
--------------------------------------------------------------------------------
17、FTP functions at which layer of the OSI model?(单选题)
(1) Application layer
(2) Presentation layer
(3) Session layer
(4) Transport layer
--------------------------------------------------------------------------------
18、Which of the following is the broadcast address?(单选题)
(1) 127.0.0.1
(2) 0.0.0.0
(3) 255.255.255.255
(4) 255.0.0.0
--------------------------------------------------------------------------------
19、When a DHCP client initializes, how does it request an IP address?(单选题)
(1) Broadcasts a request to the network
(2) Sends a request to the router
(3) Sends a request directly to the DHCP server
(4) Sends a request to the DHCP relay agent
--------------------------------------------------------------------------------
20、Host aliases are established using which record type?(单选题)
(1) Name server
(2) Address
(3) CNAME
(4) MX
这是SUSE LINUX的入门问题 只是我不确定答案 所以烦请知道答案的大大帮帮忙@@
|