You run the ps -aux command on the terminal. You get the following output:
You notice that the process id 24224 is showing the status message S on the stat column. What does this indicate?
You want to terminate your X session. Which of the following key combinations will you use to accomplish this?
You work as a Network Administrator for Maverick Inc. The company has a Linux-based network.
You are working on a Linux computer. You want to see the environment variables that are set on your computer. Which of the following commands will you use?
You are a newly appointed network technician at Net Perfect Inc. The company has a Linux-based network. You want to install a package named firefox on your Linux system. Which of the following commands will you use to accomplish the task?
John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He wants to break a dat a.txt file, 200MB in size, into two files in which the size of the first file named data.txt.aa should be150MB and that of the second file named data.txt.ab should be 50MB. To accomplish his task and to further delete the data.txt file, he enters the following command: split --verbose -b 150m data.txt data.txt. ; rm -vf data.txt
Which of the following commands can John use to join the splitted files into a new data.txt file?
All network interface settings are stored in /etc/sysconfig/network-scripts/ directory. Which of the following tools are used to read the interface configuration files?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following commands are used to put (paste) data from a buffer into a document in vim?
Each correct answer represents a complete solution. Choose two.
A :set
B. p
C. P
D. ps
Which of the following statements are true about open source software?
Each correct answer represents a complete solution. Choose two.
John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. You want to run two programs, foo and bar. You also want to ensure that bar is executed if and only if foo has executed successfully. Which of the following command sequences will John use to accomplish the task?
Which of the following protocols are used for mail delivery?
Each correct answer represents a complete solution. Choose two.