| | | | Question Answer Tutorial - Linux->Command | | | | Question: Which command will you use to see the available routes?
| | Answer: netstat -r
| | | | | | | | Question: Write the command to display the current date in the form dd/mm/yyyy | | Answer: date +%d/%m/%Y
| | | | | | | | Question: The command syntax to display the file ‘sample.txt’ one page at a time is | | Answer: cat sample.txt|more
| | | | | | | | Question: Which one shows the name of the operating system?
| | Answer: uname -o
| | | | | | | | Question: How do you add (append) a file “file1″ to the example.tar file
| | Answer: tar -rvf file1 example.tar
| | | | | | | | | | | | |