Linux Interview Questions & Answers II

Posted: June 12, 2013 in Interview, Model II

Linux Administrator Interview Questions

 

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

 

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

 

You want to copy the master boot record, the partition table, and the 2 magic bytes at the

beginning of /dev/had 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

tualTests.com

Answer: A

 

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

 

Answer: A

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

 

A. Press e

B. Press i

C. Press k

D. Press w

 

Answer: B

 

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

 

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

 

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

 

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

ActualTests.com

Answer: C

 

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

C. help program

D. wiki program

 

Answer: B

 

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 usedby 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 currentAuthentication mechanism.

 

Answer: C,E,F

 

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

 

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

 

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

 

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

 

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

 

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

 

A. w

B. who

C. last

D. faillog

E. lastlog

 

Answer: D

 

 

 

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

 

A. ext2

B. ext3

C. XFS

D. ReiserFS

 

Answer: C

 

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

 

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

A. siga

B. sitar

C. fdisk

D. lspci

E. iostat

F. hwinfo

G. hdparm

 

Answer: G

 

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

 

What 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

 

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

 

 

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 😀

 

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

 

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

ctualTests.com

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

 

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

 

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

 

Answer: B

 

You have a text file that contains empty lines. Using grep and regular expressions, which

command displays the file without the empty lines?

ActualTests.com

A. grep ^$ file

B. grep [\ ] file

C. grep -v ^$ file

D. grep -v #$ file

 

Answer: C

 

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

 

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

 

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

 

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

 

Answer: B

 

You want to secure a POP3 connection to a server that does not support SSL. While you do not have ssh access to the POP3 server itself, you at least have SSH access to a server near the POP3 server. Given the following information:

POP3 server: pop3.digitalairlines.com

SSH server: ssh.digitalairlines.com

Your host: da10.digitalairlines.com

POP3 port: 110

Local port: 11110

Which command will forward connections from the local port 11110 to port 110 of the POP3

server, using a secure tunnel between your host and the SSH server?

 

A. ssh -L 11110:ssh.digitalairlines.com:110 geeko@pop3.digitalairlines.com

B. ssh -L 110:ssh.digitalairlines.com:11110 geeko@pop3.digitalairlines.com

C. ssh -L 11110:pop3.digitalairlines.com:110 geeko@ssh.digitalairlines.com

D. ssh -L 110:pop3.digitalairlines.com:11110 geeko@ssh.digitalairlines.com

 

Answer: C

 

Which command is used to enter or change the quota for user tux?

A. quotacheck

B. repquota tux

C. edquota -u tux

D. edquota -g tux

E. /sbin/quotaon tux

 

Answer: C

 

Which statements about the Linux boot process are correct? (Choose 3.)

 

A. The BIOS starts the kernel.

B. The initrd decompresses itself.

C. The kernel looks for and mounts the initrd.

D. The boot manager starts the init process.

E. linuxrc loads the modules to mount the root file system.

F. The boot manager loads the kernel and initrd into the memory.

 

Answer: C,E,F

 

Which group name is stored in /etc/passwd?

 

A. Primary group

B. Effective group

C. Secondary group

D. No group name is stored there.

 

Answer: A

 

The GRUB configuration file (/boot/grub/menu.lst) has a global section followed by sections for each operating system. Which options do you have to specify for each Linux operating system?(Choose 3.)

A. title

B. color

C. initrd

D. kernel

E. timeout

F. gfxmenu

G. message

 

Answer: A,C,D

 

You want to use the ip command to set a new address for your network device eth0. It is a

standard class C network. The broadcast address and network route should be set accordingly.

Which command is correct?

 

A. ip address set 192.168.0.10/24 dev eth0

B. ip address add 192.168.0.10/24 dev eth0

C. ip addr add 192.168.0.10/24 dev eth0 brd +

D. ip addr add eth0 192.168.0.10/24 eth0 broadcast 192.168.255.255

 

Answer: C

ActualTests.com

Which command can you use to generate an MD5-encrypted password for GRUB?

A. genkey –md5

B. grubpass -md5

C. grub-md5-crypt

D. passwd -c –md5

 

Answer: C

 

The /backup/snapshot was changed to the /backup/backup_monday.tgz archive. Which command

will now write new or modified files below /home?

 

A. tar -czf -g /backup/snapshot /backup/backup_monday.tgz /home

B. tar -tz -g /backup/snapshot -f /backup/backup_monday.tgz /home

C. tar -cz -g /backup/snapshot -f /backup/backup_monday.tgz /home

D. tar -cz -newer /backup/snapshot -f /backup/backup_monday.tgz /home

 

Answer: C

 

Which protocol is used to send messages by the ping command?

A. NTP

B. FTP

C. TCP

D. ICMP

E. HTTP

F. LDAP

 

Answer: D

ActualTests.com

Which parts can be combined in the syslog-ng configuration file (/etc/syslog-ng/syslog-ng.conf) to specify what information is logged? (Choose 3.)

 

A. Alerts

B. Users

C. Filters

D. Sources

E. Log Paths

F. Destinations

G. Date and Time

 

Answer: C,D,F

 

What is the output of the echo ‘$HOME’ command when user geeko (home directory

/home/geeko) enters it at the bash shell prompt?

 

A. geeko

B. $HOME

C. /home/geeko

D. $HOME: No such file or directory

 

Answer: B

Which statement about the primary (default) group of a user is correct?

 

A. The primary group membership of a user is defined in the /etc/group file.

B. The primary group membership of a user is defined in the /etc/shadow file.

C. The primary group membership of a user is defined in the /etc/passwd file.

D. The primary group membership of a user is defined in the /etc/gpasswd file.

 

Answer: C

 

ActualTests.com

In a terminal window, which command shows you the groups you are a member of?

 

A. id

B. gid

C. who

D. whoami

 

Answer: A

 

How large is an inode?

A. 256 bits

B. 64 Kbytes

C. 128 bytes

D. 1 Mbyte

 

Answer: C

 

You want to create the new user account tux with the password penguin (password hash:

TvqBFhQWgeSho) and a default home directory. Which command can be used to create the

account with the above parameters?

 

A. useradd -m -p “penguin” tux

B. echo penguin | useradd -m -p – tux

C. useradd -m -p “TvqBFhQWgeSho” tux

D. echo -e “penguin\npenguin” | passwd tux ; useradd -m tux

Answer: C

 

In a terminal window, which command displays the name of the directory you are currently in?

ActualTests.com

A. dir

B. pwd

C. where

D. current-dir

 

Answer: B

 

Which range of User IDs is used for normal (unprivileged) users on SUSE Linux Enterprise Server 10?

 

A. 0-100

B. 101-499

C. 500-999

D. 1000 and above

 

Answer: D

 

Where can you set global shell environment variables for all users independent of their shell?

 

A. /etc/profile

B. /etc/profile.all

C. /etc/bash.local

D. /etc/bash.bashrc

 

Answer: A

 

You have set the following permissions on a test directory: rwxrwxrwx. Which statement about files

in the test directory is correct?

 

A. Only root can delete files in the test directory.

B. Only root or the owner of a file can delete files in the test directory.

C. A file created in that directory has the same owner as the owner of the test directory.

D. A file created in that directory has the same owning group as the owning group of the test directory.

 

Answer: D

 

Which key combination can you use to stop a process that runs in the foreground?

A. Ctrl +X

B. Ctrl +Z

C. Ctrl + Alt + X

D. Ctrl + Backspace

 

Answer: B

I want to redirect both output and error messages of the find command to the find-output file Which command accomplishes this task?

A. find /etc -name “*conf” 2>&find-output

B. find /etc -name “*conf” 2<&1 > find-output

C. find /etc -name “*conf” > find-output 2>&1

D. find /etc -name “*conf” > find-output 2>find-output

 

Answer: C

 

Which are benefits of using LVM? (Choose 4.)

A. You can increase data security.

B. You can create extremely large logical volumes.

C. You can add logical volumes in a running system.

D. You can add hard disks to a volume group in a running system.

E. You can reduce the size of a logical volume without unmounting it.

F. The snapshot feature allows consistent backups in a running system.

 

Answer: B,C,D,F

 

Within less, how do you search for a string downwards from where the cursor is positioned?

A. \string

B. ?string

C. /string

D. =string

 

Answer: C

 

In the bash shell, which command can be used to create a MY_NAME variable containing the value Joe?

A. MY_NAME=Joe

B. MY_NAME = Joe

C. echo Joe > MY_NAME

D. export MY_NAME = Joe

 

Answer: A

 

Which are journaling file systems? (Choose 3.)

A. XFS

B. ext2

C. ext3

D. VFAT

E. minix

F. VFAT32

G. ReiserFS

 

Answer: A,C,G

 

What is the type command used for?

A. type is used to print text to a teletypewriter.

B. type displays the type of terminal (tty1, tty2) you are logged in to.

C. type determines the type of a command (shell builtin, alias, file on hard disk).

D. type is used to determine the type of processor used (32-bit, 64-bit, Power).

 

Answer: C

 

What is the correct order of steps to change the partition table using fdisk?

 

A. You can’t use fdisk to change a partition table.

B. Start fdisk > Change the partition table > Write the partition table to hard disk > Exit fdisk >

Reboot.

C. Start fdisk > Change the partition table > Write the partition table to hard disk > Exit fdisk >

Load the partition table from the boot prompt.

D. Start fdisk > Change the partition table > Write the partition table to floppy disk or USB stick >

Exit fdisk > Boot from floppy disk or USB stick.

 

Answer: B

 

You want to redirect the output of the ls command to the ls-output file which already exists. The

output should be appended to the file; it should not overwrite the existing content. Which

command accomplishes this task?

 

A. ls > ls-output

B. ls : ls-output

C. ls >> ls-output

D. ls && ls-output

 

Answer: C

 

You have a /tmp/data directory containing the files .file, file1, and file2. You want to delete the directory and its content. In a terminal window, which command accomplishes this?

A. rm /tmp/data/

B. rm -r /tmp/data/

C. rmdir /tmp/data/

D. deldir /tmp/data/

 

Answer: B

 

Which statement about a CUPS Using Broadcasting configuration is correct?

 

A. Only local printing is possible.

B. You can print to both local and network printers.

C. Only one queue on one print server can be used for printing.

D. All queues on only one CUPS server are available for printing.

 

Answer: B

 

As system administrator root, you use the lpoptions command to change printer options, such as the page size. To which file are these options saved?

ActualTests.com

A. ~/.bashrc

B. ~/.lpoptions

C. /etc/cups/lpoptions

D. /etc/sysconfig/cups

 

Answer: C

 

You want to delete a certain print job from the laser print queue. Using the lpq command, you determined the job number of this job as 1234. Which command lets you delete that job?

A. lpr -P laser 1234

B. lprm -P laser 1234

C. lpremove -P laser 1234

D. lpadmin -d laser -r 1234

 

Answer: B

 

Which command is suitable for displaying the CPU load as a percentage?

A. w

B. top

C. nice

D. uptime

 

Answer: B

 

What action does the jobs command perform?

 

A. Lists all scheduled cron jobs

B. Lists all mail items in the mail queue

C. Lists the content of the shell’s job control

D. Lists all print jobs in the print queue.

 

Answer: C

 

Using the nice command, what is the highest priority root can assign to a process?

 

A. -20

B. -19

C. 0

D. 19

E. 20

F. 99

 

Answer: A

 

To preserve the command history even when the shell is closed, the history is written to a file in the user’s home directory. Which file holds the history information of the bash shell?

 

A. bash_history

B. .bash_history

C. ?bash_history

D. $bash_history

 

Answer: B

 

You want to disable the network device eth0. Which command can you use?

 

A. ifconfig halt eth0

B. ipconfig eth0 halt

C. ip link set eth0 down

D. ip param set eth0 halt

 

Answer: C

 

You wonder which installed RPM package the /etc/exports file belongs to. Which command will

give you the desired information?

 

A. rpm -f /etc/exports

B. rpm -qf /etc/exports

C. rpm -ql /etc/exports

D. rpm –provides /etc/exports

 

Answer: B

 

Which is the main configuration file for logrotate?


A.
/etc/logrotate

B. /etc/logr.conf

C. /etc/cron/logrotate

D. /etc/logrotate.conf

 

Answer: D

 

You want to delete all data on the second hard drive (/dev/hdb). Which command accomplishes this?

A. rm /dev/hdb

B. dd if=/dev/zero of=/dev/hdb bs=100k

C. dd of=/dev/zero if=/dev/hdb bs=100k

D. dd if=/dev/zero of=/dev/hdb count=1 bs=1024

 

Answer: B

 

You want to copy the mytext file from your computer to the /tmp/ directory on the remote computer  da20. digitalairlines.com. Which command would you use to accomplish this?

 

A. ssh mytext da20.digitalairlines.com:/tmp

B. scp da20.digitalairlines.com:/tmp mytext

C. scp mytext da20.digitalairlines.com:/tmp

D. sftp mytext da20.digitalairlines.com:/tmp

 

Answer: C

 

Which statement about a differential backup is correct?

 

A. The use of differential backups is limited to backups on tape roboters.

B. To restore a differential backup, you need the last differential backup only.

C. To restore a differential backup, you need the last full backup and the last differential backup

that was made since the last full backup.

D. The amount of data that needs to be backed up with each differential backup depends only on

the amount of data changed since the last differential backup.

 

Answer: C

 

Which statement about the Set User ID bit on executable files is correct?

 

A. The SUID bit has no security implications.

B. The SUID bit on executables has no effect; it is only relevant when set on directories.

C. The SUID bit makes it more difficult to exploit any potential vulnerabilities in the program.

D. The SUID should only be set when really needed and only on applications that are well tested.

 

Answer: D

 

You are viewing the manual page of crontab, but it does not contain the information you are looking for. You suspect there is another crontab manual page. Which command could you use to find out if another crontab manual page exists? (Choose 2.)

 

A. man a crontab

B. whatis crontab

C. man -k crontab

D. man –next crontab

E. man –showall crontab

 

Answer: B,C

 

You want to know which files are contained in the hugin-0.6.1-2.2.i586.rpm RPM package, which has not yet been installed. Which command will give you this information?

 

A. rpm -f hugin-0.6.1-2.2.i586.rpm

B. rpm -qpf hugin-0.6.1-2.2.i586.rpm

C. rpm -qpl hugin-0.6.1-2.2.i586.rpm

D. rpm –provides hugin-0.6.1-2.2.i586.rpm

 

Answer: C

 

You created a script (/root/bin/backup.sh) that backs up your files when executed. Using cron, you want to execute this script once every Saturday at 3:00 pm. Which line would you have to enter after invoking crontab – e in a terminal window?

 

A. 15 0 * * 6 /root/bin/backup.sh

B. 0 15 * * 6 /root/bin/backup.sh

C. 0 15 * 6 * /root/bin/backup.sh

D. 15 0 * * 6 root /root/bin/backup.sh

 

Answer: B

 

While in insert mode, how do you save a file and close vi?

 

A. Press Esc and :q

B. Press Esc and :w

C. Press Esc and :wq

D. Press Esc and :zz

Answer C

 

You want to install the ethereal RPM package that is available on the SUSE Linux Enterprise

Server 10 installation media. Which command installs the ethereal package, and resolves

dependencies as needed?

 

A. rpm -i ethereal

B. yast -i ethereal

C. yast -l ethereal

D. rpm -U ethereal

 

Answer: B

 

Which command can be used to view the inode assigned to a filename?

 

A. ls -i

B. fsck -h -i

C. inode –list

D. cat /proc/inodes

 

Answer: A

 

Which lists of wireless networks are kept by NetworkManager?

 

A. Preferred list and avoid list

B. User list and encryption list

C. Trusted list and preferred list

D. Trusted list and untrusted list

 

Answer: C

 

What is the effect of selecting the option “Enable IP Forwarding” in the routing configuration in YaST?

 

A. IP packets that do have this host as their destination are routed to another host.

B. IP packets that do not have this host as their destination are filtered according to the firewall

rules.

C. IP packets that do have this host as their destination are dropped to protect the host from

attacks.

D. IP packets that do not have this host as their destination are transferred from one network

connected to the host to another network connected to this host, according to the routing table.

 

Answer: D

 

You want to boot your system to runlevel 3. Which option do you have to enter at the GRUB boot manager dialog?

 

A. 3

B. init=3

C. boot=3

D. runlevel=3

 

Answer: A

 

You would like to run command1 and then command2, whether or not command1 completed

successfully. Which command accomplishes this task?

 

A. command1 | command2

B. command1 ; command2

C. command1 > command2

D. command1 & command2

 

Answer: B

 

You want to find out which jobs are currently queued in the laser print queue on your CUPS print

server. Which command displays the information you need?

 

A. lpstat -t

B. lp -P laser

C. lpq -P laser

D. lpadmin -P laser

 

Answer: C

 

In which file is the host name of a Linux computer configured? (Hint: You do not need to include the entire path.)

 

Answer: /etc/HOSTNAME

 

 

You want to view the status (locked, valid password, etc.) of the account tux.

Which command displays the desired information?

 

A. passwd -L tux

B. passwd -v tux

C. passwd -p tux

D. passwd -S tux

 

Answer: D

 

In which file are global configurations for users who use bash as their login shell set?

 

A. /etc/bashrc

B. /etc/bash.cf

C. /etc/bash.conf

D. /etc/bash.bashrc

 

Answer: D

 

Which command displays the value stored in the $MYVAR variable?

 

A. less MYVAR

B. cat $MYVAR

C. echo MYVAR

D. echo $MYVAR

 

Answer: D

 

Which file contains the configuration information of the print queues available on your CUPS server?

 

A. The /etc/printcap file

B. The /etc/sysconfig/cups file

C. The /etc/cups/cups.conf file

D. The /etc/cups/printers.conf file

 

Answer: D

 

How can you list the ACLs (if there are any) of a file test?

 

A. ls -l test

B. lsacl test

C. getfacl test

D. ls -l –acl test

 

Answer: C

 

Routes to the directly connected network are automatically set up when a device is started. All other routes are saved in which configuration file?

 

A. /etc/route

B. /etc/routes

C. /etc/routes.conf

D. /etc/network/routes

E. /etc/sysconfig/routes

F. /etc/sysconfig/network/routes

 

Answer: F

 

What information do you need to set up an LDAP client? (Choose 4.)

 

A. LDAP version

B. LDAP base DN

C. Kind of encryption

D. Synchronization frequency

E. Address of the LDAP server

F. File name of the LDAP database

 

Answer: A,B,C,E

 

What is the minimum number of partitions required by a SLES 10 system?

 

A. None

B. 1

C. 2

D. 4

 

Answer: C

 

What is the purpose of the ssh-agent command?

 

A. ssh-agent is a program that helps configure the ssh daemon.

B. ssh-agent is used to fetch public keys from machines within your network.

C. ssh-agent is used to avoid typing the passphrase for your key on each login.

D. ssh-agent is a program that checks for machines in the network that have an ssh daemon

running.

 

Answer: C

 

Using the nice command, what is the highest priority a normal user can assign to a process?

A. -20

B. -19

C. 0

D. 19

E. 20

F. 99

 

Answer: C

Which command can you use to create a Reiser file system on the sda6 partition? (Choose 2.)

 

A. mkreiserfs /dev/sda6

B. fdisk.reiserfs /dev/sda6

C. make.reiserfs /dev/sda6

D. fdisk -t reiserfs /dev/sda6

E. mkfs -t reiserfs /dev/sda6

 

Answer: A,E

 

You have limited access to the /admin directory of the web interface of your CUPS server with the following statement in /etc/cups/cupsd.conf:

<Location /admin>

AuthType BasicDigest

AuthClass Group

AuthGroupName sys

Order Deny,Allow

Deny From All

Allow From 127.0.0.1

</Location>

To allow the cupsadmin user to access the /admin directory when connecting from localhost, how

do you create the cupsadmin user and set his password?

 

A. passwd cupsadmin

B. lppasswd cupsadmin

C. passwd –cups cupsadmin

D. lppasswd -a cupsadmin -g sys

 

Answer: D

 

i have a test directory with the following permissions: rwx—— You want to change the

permissions to the following values: r-xr-xr-x. Which command accomplishes this?

 

A. chmod 777 test

B. chmod a=rx test

C. chmod u=rx,a-rx test

D. chmod u+w,g+rx,o+rx test

 

Answer: B

 

How do you activate an ACL when mounting a file system manually?

A. mount –acl /dev/hda5 /data

B. mount -f acl /dev/hda5 /data

C. mount -o acl /dev/hda5 /data

D. mount –use-acl /dev/hda5 /data

 

Answer: C

 

you have a test directory with the following permissions: rwx—— You want to change the

permissions to the following values: r-xr-xr-x. Which command accomplishes this?

 

A. chmod 777 test

B. chmod u=rx,a-rx test

C. chmod u-w,g+rx,o+rx test

D. chmod u+w,g+rx,o+rx test

 

Answer: C

 

What does the following line of the sudo configuration file mean? geeko ALL = /sbin/shutdown

 

A. All users are allowed to shut down the computer.

B. It allows the user geeko to shut down the computer.

C. All users (except geeko) are allowed to shut down the computer.

D. User geeko is allowed to shut down the computer with name ALL.

E. All users of the computer with the name geeko are allowed to shut down the computer.

 

Answer: B

 

What is the key characteristic of the root account?

 

A. The user name root

B. The User ID (UID) 0

C. The Security Identifier (SID)

D. The Universally Unique Identifier (UUID)

 

Answer: B

 

Which statement about an incremental backup is correct?

A. The use of incremental backups is limited to backups on tapes.

B. To restore an incremental backup, you need the last incremental backup only.

C. To restore an incremental backup, you need the last full backup and the last incremental

backup that was made since the last full backup.

D. The amount of data that needs to be backed up with each incremental backup depends only on

the amount of data changed the last incremental backup.

 

Answer: D

 

Which options are PAM module types that can be used in a PAM configuration file? (Choose 4.)

A. key

B. auth

C. card

D. account

E. session

F. password

 

Answer: B,D,E,F

 

Which command shows you the default shell of a user?

 

A. w user

B. id user

C. who user

D. finger user

sts.com

Answer: D

 

Suppose you change from your current runlevel 5 to the new runlevel 3. Which statement is correct?

A. Nothing will happen at all.

B. If there is a K* link for a certain service in /etc/init.d/rc5.d/ but no corresponding S* link I/etc/init.d/rc3.d/, nothing will happen.

C. If there is no K* link for a certain service in /etc/init.d/rc5.d/ but there is an S* link in

/etc/init.d/rc3.d/, the service is started.

D. If there is a K* link for a certain service in /etc/init.d/rc5.d/ and there is an S* link in

/etc/init.d/rc3.d/, the service is stopped and started again.

 

Answer: C

 

In a terminal window, which command can you enter to change to your home directory

(/home/geeko)? (Choose 2.)

 

A. cd

B. cd ~

C. cd -h

D. cd home

E. cd –homedir

 

Answer: A,B

 

You have a file named file1 and you want to create a symbolic link named link-to-file1 to the file. In

a terminal window, which command accomplishes what you want? (Choose 2.)

A. ln file link-to-file1

B. ln link-to-file1 file1

C. ln -s file1 link-to-file1

D. ln -s link-to-file1 file1

E. cp -s file1 link-to-file1

F. mv -s file1 link-to-file1

 

Answer: C,E

 

Which are configuration files of syslog-ng? (Choose 3.)

A. /etc/logging

B. /etc/sysconfig/log

C. /etc/log/syslog-ng

D. /etc/sysconfig/syslog

E. /etc/log/syslog-ng.conf

F. /etc/syslog-ng/syslog-ng.conf

G. /etc/syslog-ng/syslog-ng.conf.in

 

Answer: D,F,G

 

The useradd command is used to create new users. Which file contains information on the primary group, shell, and other parameters to be used by useradd when not specified on the command line?

 

A. /etc/profile

B. /etc/passwd

C. /etc/shadow

D. /etc/default/useradd

 

Answer: D

 

What does the following command do? tar -tzvf /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 /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

 

Answer: D

 

As root, you entered the runlevel command. What does the following output indicate? N5

 

A. You are in runlevel 5. A previous runlevel is not available.

B. You are in runlevel 5. A previous runlevel was 3 (network).

C. You are in runlevel 3 (network). The system is changing now to runlevel 5.

D. You are currently in no runlevel. The system is changing now to runlevel 5.

 

Answer: A

 

You need to find the files in the /etc directory that contain the word DocumentRoot. In a terminal

window, which command will help you find it?

 

A. discover DocumentRoot /etc

B. grep -r DocumentRoot /etc/*

C. search -r DocumentRoot /etc/*

D. find /etc -content DocumentRoot

 

Answer: B

 

You can schedule jobs to be executed by cron in several ways. Which directories are used for scripts that are to be executed at regular intervals? (Choose 2.)

 

A. /etc/cron.d/

B. /etc/crontabs/

C. /etc/cron.daily/

D. /var/spool/cron/tabs/

 

Answer: A,C

 

As a normal user, such as geeko, you use the lpoptions command to change printer options, such as the page size. To which file are these options saved?

 

A. ~/.bashrc

B. ~/.lpoptions

C. /etc/cups/lpoptions

D. /etc/sysconfig/cups

 

Answer: B

 

Which command displays cpu and input/output statistics for devices and partitions?

 

A. siga

B. sitar

C. fdisk

D. lspci

E. iostat

F. hwinfo

G. hdparm

 

Answer: E

What is the result of the following command? (Choose 2.)

 

dd if=/dev/zero of=/dev/hdd bs=512 count=1

A. Overwrites an existing partition table

B. Creates a LVM partition of 512 blocks

C. Backs up the /dev/zero and /dev/hdd files

D. Writes zeros in the first 512 bytes of the first hard disk block

E. Assigns the physical volume zero to the logical volume hdd

 

Answer: A,D

You do not want to see any error messages when using the find command; you want to see onl

the results. Which command accomplishes this task?

A. find /etc -name “*conf” 0>/dev/null

B. find /etc -name “*conf” 1>/dev/null

C. find /etc -name “*conf” 2>/dev/null

D. find /etc -name “*conf” 3>/dev/null

 

Answer: C

 

In a terminal window, your current working directory is /home/geeko. You want to change to the /tmp directory. Which command will make the desired change of directories? (Choose 2.)

 

A. cd tmp

B. cd /tmp

C. cd ./tmp

D. cwd /tmp

E. cd ../tmp

F. cd ../../tmp

 

Answer: B,F

 

Why are the noauto and users options used with /etc/fstab?

A. A normal user is not allowed to access this partition.

B. They allow any user to mount and unmount a partition.

C. They specify the partitions that are bootable by a user.

D. They specify the partitions that are not bootable by a user.

 

Answer: B

 

You have a /tmp/data directory containing the files .file, file1, and file2. You want to copy the file1 and file2 files only to the /data-old directory that already exists. In a terminal window, which command acomplishes this?

 

A. cp /tmp/data /data-old

B. cp /tmp/data/. /data-old

C. cp /tmp/data/* /data-old

D. cp /tmp/data/? /data-old

 

Answer: C

 

You entered the following as a boot option in the GRUB boot screen: nit=/bin/bash What does the option mean?

A. The bash is used as the default shell.

B. Linux starts without a graphical environment.

C. The system is started directly in a bash shell. You are automatically logged in as root without

being asked for a password.

D. The system is started directly in a bash shell. You are automatically logged in as default user

without being asked for a password.

E. The system is started directly in a bash shell. You are automatically asked for the root

password before you are logged in as root.

F. The system is started directly in a bash shell. You are automatically asked for the default user’s

password before you are logged in.

 

Answer: C

 

You want to view the last 20 lines of the /var/log/messages file and any new lines that are

subsequently added by syslog to this file. Which command would you use?

 

A. tail -20f /var/log/messages

B. end -20f /var/log/messages

C. less -20f /var/log/messages

D. follow -20 /var/log/messages

 

Answer: A

 

Which RAID level is described by the following sentence? This level improves the performance of your data access; however, it does not provide redundancy.

 

A. RAID 0

B. RAID 1

C. RAID 4

D. RAID 5

E. RAID 6

 

Answer: A

 

 

To which process does the process ID 1 always belong?

A. init

B. boot

C. cron

D. X server

E. kernel (vmlinuz)

 

Answer: A

 

Which command would you use to start the xeyes program in the background?

A. xeyes &

B. xeyes &&

C. bg | xeyes

D. xeyes -bg

E. xeyes | bg

F. xeyes > bg

 

Answer: A

 

Which command creates the .depend.boot, .depend.start, and .depend.stop files in /etc/init.d/?

 

A. init

B. insserv

C. mkinitrd

D. mkreiserfs

 

Answer: B

 

Which command can you use to check an ext2/ext3 file system for a correct superblock, faulty

data blocks, or faulty allocation of data blocks?

 

A. df

B. du

C. fdisk

D. e2fsck

E. reiserfsck

 

Answer: D

 

Which statements about the LVM components are correct? (Choose 2.)

 

A. A volume group is part of a logical volume.

B. Logical volumes are grouped in a master group.

C. A volume group always consists of one physical volume.

D. A physical volume can be a partition or an entire hard disk.

E. A volume group can be reduced in size by removing physical volumes.

F. The operating system accesses the volume groups like conventional physical partitions.

 

Answer: D,E

 

When SUSE Linux Enterprise Server 10 starts, some boot messages scroll by on the screen

quickly. What is the name of the file in /var/log/ where these messages are stored?

 

Answer: /var/log/boot.msg

Comments
  1. I think this is one of the most important information for
    me. And i am glad reading your article. But should remark on few general things, The website style is ideal, the articles is really great
    : D. Good job, cheers

  2. Free Piano says:

    Free Piano

    Hi, I see all your articles, keep them coming. Interesting post. Just found an extra site with super Links Piano Flygel Must SEE..

  3. Thanks for sharing your thoughts about master lock
    vault. Regards

  4. payday loans says:

    Thanks for a marvelous posting! I really enjoyed reading it, you will be a great
    author.I will make certain to bookmark your blog and may
    come back from now on. I want to encourage yourself to continue your great writing,
    have a nice morning!

  5. I loved as much as you will receive carried out right here.
    The sketch is attractive, your authored material stylish.
    nonetheless, you command get bought an shakiness over that you wish be
    delivering the following. unwell unquestionably come more formerly again since exactly the same nearly a lot
    often inside case you shield this increase.

  6. Denise says:

    Hi my name is Denise and I just wanted to drop you a quick note here instead of calling you. I discovered your Linux Interview Questions & Answers II | Au-Tel Linux Admin page and noticed you could have a lot more hits. I have found that the key to running a successful website is making sure the visitors you are getting are interested in your niche. There is a company that you can get targeted visitors from and they let you try their service for free for 7 days. I managed to get over 300 targeted visitors to day to my website. Check it out here: http://bbqr.me/4fj5

  7. This piece of writing gives clear idea for the new viewers of blogging, that really how to do blogging.

  8. hello!,I like your writing very much! share we keep up a correspondence extra about your article on AOL?
    I need an expert in this space to unravel my problem.

    Maybe that’s you! Taking a look ahead to peer you.

  9. obviously like your website but you need to
    take a look at the spelling on several of your posts.
    Several of them are rife with spelling issues and I find it very troublesome to inform the truth on the other hand I’ll certainly come
    again again.

  10. Good day! Do you use Twitter? I’d like to follow you if that would be ok.
    I’m definitely enjoying your blog and look forward to new updates.

  11. Your mode of explaining everything in this article is truly good, all be able to
    easily know it, Thanks a lot.

  12. Pretty! This was an incredibly wonderful post.

    Thank you for providing this info.

  13. I am truly glad to read this website posts which contains lots
    of helpful data, thanks for providing such data.

  14. Every weekend i used to pay a visit this site,
    as i wish for enjoyment, since this this site conations really good funny data too.

  15. After looking over a number of the blog posts on your
    site, I really appreciate your technique of blogging.
    I book marked it to my bookmark website list and will be checking back in the near future.
    Take a look at my website as well and tell me what you think.

  16. When someone writes an piece of writing he/she maintains the idea of a user in his/her mind that how a user can know
    it. Therefore that’s why this article is outstdanding.
    Thanks!

  17. Hi! This is my 1st comment here so I just wanted
    to give a quick shout out and say I genuinely enjoy reading your articles.
    Can you suggest any other blogs/websites/forums that go over the
    same subjects? Thanks!

  18. I have learn some excellent stuff here. Definitely worth bookmarking for revisiting.
    I wonder how a lot effort you set to create any such
    excellent informative web site.

  19. each time i used to read smaller articles that as well
    clear their motive, and that is also happening with this post which I am
    reading now.

  20. JarvisBHonts says:

    I love your blog site.. excellent colors & theme.
    Have you make this amazing site yourself or do you hire someone to do it for you personally?
    Plz answer back as I’m trying to construct my very
    own blog and want to know where u got this from.
    thanks a lot

  21. Hi! I simply want to offer you a big thumbs up for your excellent information you have here on this post.
    I will be coming back to your site for more soon.

  22. I really like it when folks get together and share
    ideas. Gredat blog, continue the good work!
    mata kuliah manajemen operasional

  23. AfhlrFLita says:

    http://dkjshye7s632.com
    ?I was very happy to find this web-site.I needed to thanks for your time for this glorious learn!! I undoubtedly having fun with each little bit of it and I have you bookmarked to check out new stuff you weblog post.

Leave a reply to avia panglima polim Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.