51.
A user creates a link to a file file1 using the following command "ln file1 file2". Which of the following is not true?

55.
What is the output of this program?
#!/bin/bash
for i in 2 3 7
do
echo "Example"
done
exit 0

58.
The /proc directory contains

Read More Section(Linux)

Each Section contains maximum 100 MCQs question on Linux. To get more questions visit other sections.