You are on page 1of 8

Looking for Real Exam Questions for IT Certification Exams!

We guarantee you can pass any IT certification exam at your first attempt with just 10-12
hours study of our guides.

Our study guides contain actual exam questions, you will get word to word same on your
actual test; accurate answers with detailed explanation verified by experts and all graphics
and drag-n-drop exhibits shown just as on the real test.

To test the quality of our guides, you can download the one-third portion of any guide from
http://www.certificationking.com absolutely free.

Besides, we also offer complete version of following exams absolutely free. You can start
your certification from these free guides and if you are satisfied you can buy the rest

♦ Microsoft: 70-270, 70-305 ♦ Cisco: 642-901 ♦ Oracle: 1Z0-007, 200 ♦ CompTIA: 220-601
♦ SUN: 310-011, 310-043 ♦ Citrix: 1Y0-A01, 1Y0-256 ♦ CIW: 1D0-420 ♦ Novell: 50-686
♦ Adobe: 9A0-029 ♦ Apple: 9L0-005, 9L0-505 ♦ Avaya: 132-S-100 ♦ Cognos: COG-105
♦ CWNP: PW0-100 ♦ EMC: E20-001 ♦ Hyperion: 4H0-002 ♦ HP: HP0-771, HP0-J24
♦ IBM: 000-253, 000-700 ♦ Juniper: JN0-100, JN0-201 ♦ Lotus: LOT-737
♦ Nortel: 920-803 ♦ SAS: A00-201 ♦ SNIA: S10-100 ♦ Sybase: 510-015
♦ Symantec: 250-101 ♦ TeraData: NR0-011

For pricing and placing order, please visit http://certificationking.com/order.html


We accept all major credit cards through www.paypal.com

For other payment options and any further query, feel free to mail us at
info@certificationking.com
Exam Name: Novell Certified Linux Administrator
Exam Type: Novell
Exam Code: 50-710 Total Questions 134

Question: 1
Which user authentication methods can be used with SLES 10? (Choose 4.)

A. NIS
B. WEP
C. SSH
D. PAM
E. LDAP
F. Handshake
G. Windows Domain
H. Local (/etc/passwd)

Answer: A, E, G, H

Question: 2
Which statements about partitions are correct? (Choose 3.)

A. Extended partitions can be subdivided into logical partitions.


B. A primary partition consists of a continuous range of cylinders.
C. Logical partitions do not require entries in the main partition table.
D. If you use only primary partitions, you are limited to eight partitions per disk.
E. SUSE Linux Enterprise Server 10 can only be installed on a primary partition.
F. To install more than one operating system on a partition, the partition has to include the entire
cylinder range.

Answer: A, B, C

Question: 3
You want to copy the master boot record, the partition table, and the 2 magic bytes at the
beginning of /dev/hda to a file so you can restore it later. Which command accomplishes this?

A. dd if=/dev/hda of=mbr bs=512 count=1


B. dd if=mbr of=/dev/hda bs=512 count=1
C. dd of=/dev/zero if=/dev/hda bs=512 count=1
D. dd if=/dev/urandom of=/dev/hda bs=512 count=1

Answer: A

Question: 4
The /etc/sysconfig/network/ifcfg-eth-id-macaddress configuration file contains a BOOTPRO
option. Which are possible values of BOOTPROTO?

A. static or dhcp
B. master or slave
C. onboot, ifpluged, or manual
D. ethernet, wireless, or manual

Answer: A

Question: 5
From command mode in vi, what do you have to do to enter text?

A. Press e
B. Press i
C. Press k

Page 1 of 28
Exam Name: Novell Certified Linux Administrator
Exam Type: Novell
Exam Code: 50-710 Total Questions 134

D. Press w

Answer: B

Question: 6
Which statement about symmetric encryption is correct?

A. The same key is used for encryption and decryption.


B. Symmetric keys are generally longer than asymmetric keys.
C. Asymmetric encryption is generally faster than symmetric encryption.
D. A public key and a private key are needed for symmetric encryption/decryption.

Answer: A

Question: 7
After the partitions are checked and the root file system is mounted, the /sbin/init command is
executed. Which process ID is assigned to /sbin/init?

A. 0
B. 1
C. 3
D. 100
E. 1000
F. Depends

Answer: B

Question: 8
When you connect to an ssh server with your ssh client, the public key of the server is compared
to the keys stored in a file on the client computer. Which file is this?

A. ~/.ssh/id_dsa.pub
B. ~/.ssh/id_rsa.pub
C. ~/.ssh/known_hosts
D. ~/.ssh/authorized_keys

Answer: C

Question: 9
You want to install the xyz-software-1.2.3-5.i586.rpm package, but only if a previous version is
already installed. Which command will do this?

A. rpm -ivh xyz-software-1.2.3-5.i586.rpm


B. rpm -evh xyz-software-1.2.3-5.i586.rpm
C. rpm -Fvh xyz-software-1.2.3-5.i586.rpm
D. rpm -Uvh xyz-software-1.2.3-5.i586.rpm

Answer: C

Question: 10
Which commands can be used if you do not find the desired information in a manual page, or find
no manual page at all for a program?

A. sos program
B. info program

Page 2 of 28
Exam Name: Novell Certified Linux Administrator
Exam Type: Novell
Exam Code: 50-710 Total Questions 134

C. help program
D. wiki program

Answer: B

Question: 11
Which statements about PAM are correct? (Choose 3.)

A. To enable authentication with PAM, you need a smart cart reader.


B. Each line in a PAM configuration file contains 6 columns plus optional arguments.
C. Configuration files of PAM modules can be found in /etc/pam.d/ and /etc/security/.
D. After the PAM configuration has been adjusted for an application, this application can be used
by SSH.
E. The /etc/pam.d/other file contains a default configuration if no application-specific file is found
in /etc/pam.d/.
F. PAM creates a software level with defined interfaces between applications and the current
authentication mechanism.

Answer: C, E, F

Question: 12
What is the difference between the /dev/st0 and /dev/nst0 devices?

A. /dev/st0 is the first SCSI CD burner; /dev/nst0 refers to the CDROM drive.
B. /dev/st0 is the first tape drive; /dev/nst0 refers to the same tape drive in non-rewinding mode.
C. /dev/st0 is the first serial console; /dev/nst0 refers to the same serial console as a block
device.
D. /dev/st0 is the first SCSI hard drive; /dev/nst0 refers to the same SCSI hard drive in read-only
mode.

Answer: B

Question: 13
How do you create a file called destination containing the same ACLs currently set for the file
called source?

A. getfacl source > destination


B. getfacl -c source destination
C. getfacl source | cp destination
D. getfacl -x source > destination

Answer: A

Question: 14
From the command line, which command would you use to print the document.ps file on the laser
printer?

A. lp -d laser document.ps
B. lpr -p laser document.ps
C. lpq -p laser document.ps
D. print -p laser document.ps

Answer: A

Question: 15

Page 3 of 28
Exam Name: Novell Certified Linux Administrator
Exam Type: Novell
Exam Code: 50-710 Total Questions 134

You want to find out if files from the wget package were altered since they were installed. Which
command will give you this information?

A. rpm -V wget
B. rpm -v wget
C. rpm -F wget
D. rpm -qf wget

Answer: A

Question: 16
In which file is the name resolution configured?

A. /etc/dns.conf
B. /etc/resolv.conf
C. /etc/HOSTNAME
D. /etc/nameservers
E. /etc/sysconfig/network/dns

Answer: B

Question: 17
Which command can you use to set up limits for failed logins?

A. w
B. who
C. last
D. faillog
E. lastlog

Answer: D

Question: 18
Which file system type supports ACLs without a special mount option?

A. ext2
B. ext3
C. XFS
D. ReiserFS

Answer: C

Question: 19
Which statement about the /sbin/ldconfig command is correct?

A. The ldconfig command is used to link directories.


B. The ldconfig command is used to configure an LDAP connection.
C. The ldconfig command is used to update the software library cache.
D. The ldconfig command is used to show dynamic libraries needed by a program.

Answer: C

Question: 20
Which command displays information about your hard drive and lets you manage certain hard
drive parameters?

Page 4 of 28
Exam Name: Novell Certified Linux Administrator
Exam Type: Novell
Exam Code: 50-710 Total Questions 134

A. siga
B. sitar
C. fdisk
D. lspci
E. iostat
F. hwinfo
G. hdparm

Answer: G

Question: 21
Which file can be used to send a message to users logging in on a text console?

A. /etc/net
B. /etc/motd
C. /etc/message
D. /var/log/messages

Answer: B

Question: 22
Waht is the correct syntax for mounting the second partition of the first SCSI hard disk?

A. mount /mnt /dev/hda2


B. mount /dev/hda2 /mnt
C. mount /dev/sdb1 /mnt
D. mount /mnt /dev/sdb1
E. mount /dev/sda2 /mnt
F. mount /mnt /dev/sda2

Answer: E

Question: 23
Using the rsync command, you want to mirror the directories, including any hidden files and
directories within /home (not the /home directory itself) to the /backup directory. Which command
accomplishes this?

A. rsync -a /home /backup


B. rsync -a /home/. /backup
C. rsync -a /home/* /backup
D. rsync -a /home/? /backup

Answer: B

Question: 24
How do you start a YaST module (for instance, the sw_single module used to install software)
directly from the command line? (Choose 2.)

A. yast sw_single
B. yast2 sw_single
C. yast2 -m sw_single
D. yast --start sw_single
E. yast2 --module sw_single

Page 5 of 28
Exam Name: Novell Certified Linux Administrator
Exam Type: Novell
Exam Code: 50-710 Total Questions 134

Answer: A, B

Question: 25
You want to add user tux to the southpole group without changing his primary group membership.
Which command do you use for this purpose?

A. useradd -g southpole tux


B. usermod -g southpole tux
C. groupadd -A tux southpole
D. groupmod -A tux southpole

Answer: D

Question: 26
Which file contains information about which user was last logged in, where the user logged in,
and how long the user was logged in?

A. /var/log/login
B. /var/log/lastlog
C. /var/log/access
D. /var/log/messages
E. There is no log file containing this information

Answer: B

Question: 27
You entered your quota information in /etc/fstab. What do you have to do next?

A. Generate a quota report.


B. Initialize the quota system.
C. Configure limits for users and groups.
D. Remount the file system for the quotas to be defined.

Answer: D

Question: 28
While the printers seem physically okay, you are encountering problems with CUPS. What is the
best place to start looking for hints on what is wrong?

A. In the output of dmesg


B. In the /var/log/boot.msg file
C. In the /var/log/messages file
D. In the /var/log/cups/error_log file

Answer: D

Question: 29
What does the following command do? tar -czvf /tmp/backup.tgz /etc/HOSTNAME

A. It extracts the /etc/HOSTNAME file from the /tmp/backup.tgz archive.


B. It includes the /etc/HOSTNAME file in the newly created /tmp/backup.tgz archive.
C. It produces an error message because the options are in the wrong sequence.
D. It displays a line similar to the following, but otherwise does nothing: -rw-r--r-- root/root 23
2005-03-11 14:20 etc/HOSTNAME

Page 6 of 28
Exam Name: Novell Certified Linux Administrator
Exam Type: Novell
Exam Code: 50-710 Total Questions 134

Answer: B

Question: 30
You have a text file that contains empty lines. Using grep and regular expressions, which
command displays the file without the empty lines?

A. grep ^$ file
B. grep [\ ] file
C. grep -v ^$ file
D. grep -v #$ file

Answer: C

Question: 31
Which statement regarding symbolic links is true? (Choose 2.)

A. A symbolic link can point to a file on a different file system.


B. A symbolic link and the file it points to share the same inode.
C. If you delete the symbolic link, the original file is deleted as well.
D. If you delete the original file, the symbolic link points to a non-existing file.
E. With a symbolic link, you cannot see directly that it is a link.

Answer: A, D

Question: 32
Which statement about the sudo command is correct?

A. You can edit the sudo configuration file /etc/sudo.conf directly with vi.
B. You can edit the su configuration file /etc/su.conf with the sudo command.
C. You can edit the sudo configuration file /etc/sudoers with the visudo command.
D. You can edit the sudo configuration file /etc/visudo with the sudoers command.

Answer: C

Question: 33
What is the name of the file containing the initramfs?

A. /
B. /boot/initrd
C. /boot/ramfs
D. /sbin/vmram
E. /boot/vmram
F. /sbin/linuxramfs

Answer: B

Question: 34
You would like to run command2 only if command1 did not complete successfully.
Which command accomplishes this task?

A. command1 ;; command2
B. command1 || command2
C. command1 >> command2
D. command1 && command2

Page 7 of 28

You might also like