Ubuntu Linux Commands

389 questions in the bank
Are you ready to take quiz?
Explore more
Logo
About the Quiz

Quiz will ask 20 randomly selected questions with allotted time of . You can take the quiz more than once. Once you submit the quiz, you can review how you have done, the correct the answers for each questions and the explanation for the correct the answer.

INR100.00
INR1000.00
Unlimited Attempts   (lifetime access)

Try your first attempt for free.

Quiz Topics

10 Modules

File Management

6 topics
1.

Copying and moving files (cp, mv)

10 questions
2.

Creating and removing files (touch, rm)

10 questions
3.

Editing files (nano, vi, vim)

10 questions
4.

Finding files (find, locate, which)

10 questions
5.

Navigating directories (cd, ls, pwd)

10 questions
6.

Viewing file contents (cat, less, more)

10 questions

Permissions and Ownership

4 topics

Process Management

3 topics

Networking Commands

4 topics

Package Management

4 topics

System Information

4 topics

Shell Scripting

4 topics

User Management

4 topics

System Monitoring and Logs

3 topics

Backup and Recovery

3 topics
Sample questions

What command would you use to list all files, including hidden files, in the current directory?

ls

ls -a

ls -l

ls --all

If you want to navigate to the parent directory of your current directory, which command would you use?

cd ..

cd /

cd ~

cd ../..

Which command would you use to display the full path of the current working directory?

pwd

ls

cd

echo $PWD

You are in the directory /home/user/docs and want to navigate to /home/user/music. Which command would you use?

cd ../music

cd /home/user/music

cd ../../music

cd ~/music

What does the command 'ls -l' display?

Only directories

Detailed information about files and directories

Only hidden files

File sizes in human-readable format

INR100.00
INR1000.00
Unlimited Attempts   (lifetime access)

Try your first attempt for free

Signup to add this to cart.

Quiz Topics

10 Modules

File Management

6 topics
1.

Copying and moving files (cp, mv)

10 questions
2.

Creating and removing files (touch, rm)

10 questions
3.

Editing files (nano, vi, vim)

10 questions
4.

Finding files (find, locate, which)

10 questions
5.

Navigating directories (cd, ls, pwd)

10 questions
6.

Viewing file contents (cat, less, more)

10 questions

Permissions and Ownership

4 topics

Process Management

3 topics

Networking Commands

4 topics

Package Management

4 topics

System Information

4 topics

Shell Scripting

4 topics

User Management

4 topics

System Monitoring and Logs

3 topics

Backup and Recovery

3 topics