Which command gives you a real-time view of the processes running on your system by giving you a continuously updated list?
Correct Answer: C
Question 12
What is the command and options to remove repository number 4?
Correct Answer: A
Question 13
Which file contains information about secondary groups on the system?
Correct Answer: B
Question 14
Which option for zypper will list the available patches?
Correct Answer: B
First, view all available patches using patches option as shown below: zypper patches Next, you can install a specific patch from the above output using the patch option as shown below. zypper patch <patch name> https://www.thegeekstuff.com/2015/04/zypper-examples/
Question 15
What is the default port a VNC Client uses to connect?
Correct Answer: A
https://en.wikipedia.org/wiki/Virtual_Network_Computing#:~:text=VNC%20by%20default%20uses%20TCP,Java%2Denabled%20web%2Dbrowser. VNC by default uses TCP port 5900+N,[6][7] where N is the display number (usually :0 for a physical display). Several implementations also start a basic HTTP server on port 5800+N to provide a VNC viewer as a Java applet, allowing easy connection through any Java-enabled web-browser. Different port assignments can be used as long as both client and server are configured accordingly. A HTML5 VNC client implementation for modern browsers (no plugins required) exists too.[8]