ProCodePlan

Linux

Linux Quizzes 3

Linux Quizzes 3

1. Which is not correct statement regarding file types? A. Hard links share same inode number B. Socket files are Unix domain sockets C...

Linux Quizzes 2

Linux Quizzes 2

1. How can the normal output of a command be written to a file while discarding the error output? A. command > /dev/null 2&>1 o...

Linux Quizzes 1

Linux Quizzes 1

1. How could one search for the file foo.txt under the directory /home? A. find /home -file foo.txt B. search /home -file foo.txt C. fi...