| 25. | Which command is used to display a file contents in octal form? |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss. |
| 26. | Which of the following commands is used to list contents of directories? |
|||||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss. |
| 27. | Which command is used to count just the number of characters in a file? |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss. |
| 28. | Which of the following commands is used to update access and modification times of a file? |
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss. |
| 29. | The agency that sits between the user and the UNIX system is called the |
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss. |
| 30. | Which symbol is used to separate more than one command in the same command line? |
|||||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss. |
| 31. | Which command is used to remove a file? |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss. |
| 32. | The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is |
|||||||||
Answer: Option A Explanation: The tee command reads standard input, then writes its content to standard output and simultaneously copies it into the specified file(s) or variables. |
