Home > Class 11 Biology > Quizzes > Unix Basics Practice Test: Handling Ordinary Files
Unix Basics Practice Test: Handling Ordinary Files
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 87% Most missed: “Which option is used with mv command so that the destination file does not get o…”
Quiz questions on cat command, cp command, rm and mv command for deleting and renaming files, comparing files, wc command for counting file data, compressing and archiving files. Ordinary files are the most common type of file in Unix. They contain data that is not associated with any special device or process. Ordinary files can be created, edited, and deleted using standard Unix commands. Here are some of the commands that you can use to manage ordinary files: cat: - Displays the contents of a file. cp: - Copies a file to another location. mv: - Moves or renames a file. rm: - Deletes... Show more
Unix Basics Practice Test: Handling Ordinary Files
Time left 00:00
1 Questions

1. Which option is used for counting the number of words in a file only?