Which is the configuration file for init?
A. /etc/inittab
B. /sys/inittab
C. /root/inittab
D. /sbin/inittab
E. /boot/inittab
Using Telnet, which port can be accessed to see which SSH version an SSH server supports?
A. 22
B. 110
C. 514
D. 4242
E. 5040
Which command displays shares offered by an SMB server?
A. smb fileserver
B. smb //fileserver
C. smb -b //fileserver
D. smbclient fileserver
E. smbclient -L //fileserver
bash stores commands in a history file so you can have easy access to them again later when needed. In SUSE Linux Enterprise 10 Desktop, what is default maximum number of entries that this file is set to?
A. 100
B. 250
C. 500
D. 1,000
E. 10,000
Which command sets the sticky bit to the /tmp directory?
A. chmod +s /tmp
B. chmod 0777 /tmp
C. chmod 1777 /tmp
D. chmod 7770 /tmp
E. chmod +s 777 /tmp
On your Linux Desktop, what does it indicate if your iFolder icon appears as shown? (Hint: This is a green i.)

A. iFolder is running
B. iFolder is encrypted
C. iFolder is not running
D. iFolder is currently synchronizing
E. iFolder is shared with another user
Which file contains the configuration for sudo?
A. /etc/su.conf
B. /etc/sudoers
C. /etc/sudo.conf
D. /var/log/messages
E. /etc/sysconfig/sudo
You want to be able to observe what is being added to a log file as it is happening. Which command will allow you to do this?
A. cat -f filename
B. cat -u filename
C. tail -f filename
D. tail -u filename
E. less -f filename
F. less -u filename
You are logged in as geeko. You want to switch to user temp and start a login shell. Which command will do this?
A. su temp
B. su /temp
C. su - temp
D. su -l temp
E. su geeko temp
You have integrated SUSE Linux Enterprise Desktop 10 into an Active Directory environment. Which statements are true? (Choose 2.)
A. You cannot change the Windows user's password from the local Linux machine.
B. You can use your Linux username and password to log into the Active Directory environment.
C. If the Active Directory server is disconnected, password changes from the local machine cannot be processed.
D. If the Active Directory server is disconnected, you cannot access the user's data on the local Linux machine.
E. If configured through YaST, user home directories are created at the first login of a Windows user to the Linux client.