Linux Commands Assessment Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Cripstwick
C
Cripstwick
Community Contributor
Quizzes Created: 635 | Total Attempts: 840,675
| Attempts: 291 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. Which of these commands lets you create directories? 

Explanation

The correct answer is "Mkdir." This command is used to create directories in a file system. It is short for "make directory" and allows users to create new folders or directories to organize their files.

Submit
Please wait...
About This Quiz
Linux Commands Assessment Test - Quiz

Linux is one of the most wisely used operating systems today. Take this intelligent assessment test to evaluate your knowledge of Linux commands.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Which of these commands is used to create a file? 

Explanation

The touch command is used to create a file in a Unix-like operating system. It updates the access and modification times of an existing file or creates a new file if it doesn't exist. Therefore, touch is the correct command to create a file.

Submit
3. Which of these commands is used to know what files are there in the directory you are in? 

Explanation

The "Is" command is used to know what files are there in the directory you are in. It lists all the files and directories present in the current directory.

Submit
4. Which of these commands means to switch to another user account? 

Explanation

The command "su" is used to switch to another user account in a Unix-like operating system. It allows a user to temporarily become another user, typically with elevated privileges. This command is often used by system administrators to perform tasks that require administrative access.

Submit
5. Which of these commands prints numbers from FIRST to LAST, in steps of INCREMENT? 

Explanation

The correct answer is "Seq". Seq is a command in Unix-like operating systems that generates a sequence of numbers. By specifying the starting number (FIRST), the ending number (LAST), and the increment value (INCREMENT), the command will print the numbers in that range with the specified increment.

Submit
6. Which of these commands displays the amount of disk space available on the file system containing each file name argument? 

Explanation

The command "df" displays the amount of disk space available on the file system containing each file name argument.

Submit
7. Which of these commands is used to perform byte-by-byte comparison of two files? 

Explanation

The command "Cmp" is used to perform byte-by-byte comparison of two files. It compares the contents of two files and displays the first mismatched byte and its corresponding line number. This command is commonly used to check if two files are identical or to find the differences between them.

Submit
8. Which of these commands displays in output system's CPU architecture information? 

Explanation

Lscpu is the correct answer because it is a command that displays detailed information about the CPU architecture of the system. It provides information such as the number of processors, cores per processor, threads per core, CPU family, model, and more. This command is commonly used in Linux systems to gather CPU-related information for troubleshooting, monitoring, or system analysis purposes.

Submit
9. Which of these commands means to display used and available disk space? 

Explanation

The command "df" is used to display used and available disk space.

Submit
10. Which of these commands basically lets you locate a command? 

Explanation

The "Which" command is used to locate a command in the system. It helps in finding the exact location of a command by displaying the path to the executable file. This command is particularly useful when there are multiple versions or installations of a command on the system, allowing the user to specify which version they want to use.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 10, 2017
    Quiz Created by
    Cripstwick
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which of these commands lets you create directories? 
Which of these commands is used to create a file? 
Which of these commands is used to know what files are there in the...
Which of these commands means to switch to another user account? 
Which of these commands prints numbers from FIRST to LAST, in steps of...
Which of these commands displays the amount of disk space available on...
Which of these commands is used to perform byte-by-byte comparison of...
Which of these commands displays in output system's CPU...
Which of these commands means to display used and available disk...
Which of these commands basically lets you locate a command? 
Alert!

Advertisement