Testing Your UNIX Knowledge

Testing Your UNIX Knowledge

How well do you know Unix? Take this quiz to find out! This quiz covers a range of Unix topics, from text manipulation to basic system utilities.

published on June 06, 20230 responses 0
Next »
1/10

Which command lists files and directories in Unix?

Which command lists files and directories in Unix?
List
File
Ls
Show
2/10

Which command allows you to join lines of two files side by side?

Which command allows you to join lines of two files side by side?
Sort
Fold
Skip
Join
3/10

Which command shows information about your current session in Unix?

Which command shows information about your current session in Unix?
History
Information
Env
Details
4/10

Which command makes a copy of a file in Unix?

Which command makes a copy of a file in Unix?
Duplicate
Clone
Copy
Store
5/10

Which command is used to search for a string in a file in Unix?

Which command is used to search for a string in a file in Unix?
Locating
Find
Grep
Put
6/10

Which command counts lines, words, and characters in a file in Unix?

Which command counts lines, words, and characters in a file in Unix?
Howmany
wc
counting
Measure
7/10

Which command can you use to redirect the output of one command to a file?

Which command can you use to redirect the output of one command to a file?
Indirect
Redirect
>
Put
8/10

Which command can you use to append the output of one command to the end of a file?

Which command can you use to append the output of one command to the end of a file?
Begin
Add
>>
Append
9/10

Which command prints the contents of a file in Unix?

Which command prints the contents of a file in Unix?
Put
Contents
Cat
Display
10/10

Which command displays the absolute path to the current working directory?

Which command displays the absolute path to the current working directory?
Which
Path
Pwd
How