Linux

Linux command - view file content command cat, more, less, head, tail

Command Command Explanation cat Concatenate files and print on the standard output also you can connect multiple files to form new ...

ProCodePlan 8 May, 2022

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...

ProCodePlan 7 May, 2022

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...

ProCodePlan 3 May, 2022

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...

ProCodePlan 28 Apr, 2022