Transitioning to SUSE Linux Enterprise 15 Quiz Questions and Answers
In a terminal window, which command displays the name of the directory you are currently in?
Answer :
pwd
Within less, how do you search for a string downwards from where the cursor is positioned?
Answer :
/string
Which directory contains configuration files?
Answer :
/etc
In a terminal window, which command shows you the groups you are a member of?
Answer :
id
Using hwinfo, how can you probe just for BIOS information?
Answer :
hwinfo - -bios
What does the following line of the sudo configuration file mean?
geeko ALL = /sbin/shutdown
Answer :
It allows the user geeko to shut down the computer.
How can you list the registered software repositories?
Answer :
zypper Ir
Using wicked, how can you bring up the network interface eth0?
Answer :
wicked ifup eth0
Which RAID level is described by the following sentence?
This level improves the performance of your data access, however, it does not provide redundancy.
Answer :
RAID 0
You would like to run command2 only if command1 did NOT complete successfully. Which command accomplishes this task?