Click on the Point-and-Click button to begin.
Click on the option or Icon that will allow you to gain access to NetworkManager.
Hot Area:
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
You would like to see a list of available YaST modules. Which command will provide this information?
A. yast -l
B. yast -i
C. yast - h
D. yast --help
E. yast --display
You are logged is as user wparker and want to change the priority of process 1824. It is currently at a nice value of 5. Being logged in as wparker, which command will change the priority?
A. renice -10 1824
B. renice -1 1824
C. renice 0 1824
D. renice 3 1824
E. renice 7 1824
F. Only root can change the nice value of a process.
When configuring SSH on clients, which has precedence? (Choose 2.)
A. Command line options have precedence over options in the ~/.ssh/config file.
B. Options in the ~/.ssh/config file have precedence over Command line options.
C. Command line options have precedence over options in the /etc/ssh/ssh_config file.
D. Options in the /etc/ssh/ssh_config file have precedence over Command line options.
E. Options in the /etc/ssh/ssh_config file have precedence over options in the ~/.ssh/config file..
If you are logged in as root, what command can you enter from a terminal window to start the YaST printer configuration module?
A. printer
B. yast cups
C. yast2 cups
D. yast2 printer
E. print-manager
F. gnome-cups-manager
The DNS name where the Novell iPrint server is installed is da3.digitalairlines.com. You want to install the Novell iPrint client on your Linux machine. What is the URL you would enter in order to perform the client install?
A. http://da3.digitalairlines.com
B. http://da3.digitalairlines.com/ipp
C. http://da3.digitalairlines.com:443
D. http://da3.digitalairlines.com:631
E. http://da3.digitalairlines.com/print
If a Linux workstation has been set up to accept eDirectory authentication, which command temporarily disables eDirectory authentication to the Linux workstation?
A. rc stop
B. lum stop
C. ldap stop
D. edir stop
E. rcnamcd stop
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.
Which command will change file ownership on file revenue from badams to jgreen?
A. chown jgreen revenue
B. chmod jgreen revenue
C. chown badams jgreen revenue
D. chmod badams jgreen revenue
E. chown revenue badams jgreen
F. chmod revenue badams jgreen