Question 151
Which of the following commands installs all packages with a name ending with the string foo?
zypper get "*foo"
zypper get "*foo"
Question 152
Which of the following partition types is used for Linux swap spaces when partitioning hard disk drives?
Question 153
Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose two.) Ctrl XX
Question 154
Which of the following commands generates a list of user names from /etc/passwdalong with their login shell?
column -s : 1,7 /etc/passwd
column -s : 1,7 /etc/passwd
Question 155
Which of the following commands display the IDs of all processes owned by root? (Choose two.)
