Linux Skills Assessment - Mop-centric

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Mburchard
M
Mburchard
Community Contributor
Quizzes Created: 2 | Total Attempts: 787
Questions: 10 | Attempts: 533

SettingsSettingsSettings
Operating System Quizzes & Trivia

A quick quiz to gauge the group's overall Linux skills. A short Linux-for-Tekelec-Professional-Services-Engineers class will be based on the data gathered.
This quiz is anonymous. This test will not be graded. Please don't use online help with the exception of Linux "man" pages.


Questions and Answers
  • 1. 

    What is a "man" page?

    • A.

      The front page of the Sports section.

    • B.

      Directs you to use the white courtesy phone at the airport.

    • C.

      A page detailing the usage and syntax of a particular Linux command.

    • D.

      A page which describes how to manually perform tasks.

    Correct Answer
    C. A page detailing the usage and syntax of a particular Linux command.
    Explanation
    A "man" page refers to a page that provides detailed information about the usage and syntax of a specific Linux command. It serves as a manual or documentation resource for users, helping them understand how to effectively utilize the command and its various options. This page typically includes descriptions, examples, and other relevant details to assist users in performing tasks using the specific command.

    Rate this question:

  • 2. 

    Which command below displays your current working directory?

    • A.

      Dir

    • B.

      Pwd

    • C.

      Ls

    • D.

      Whereami

    • E.

      Cwd

    Correct Answer
    B. Pwd
    Explanation
    The command "pwd" stands for "print working directory" and is used to display the current working directory in a command line interface. It is commonly used in Unix-like operating systems, including Linux and macOS. By executing the "pwd" command, the user can easily identify the directory they are currently located in within the file system hierarchy.

    Rate this question:

  • 3. 

    Which command below would change your location to the "/tmp" directory?

    • A.

      Cd /tmp

    • B.

      Cd C:\tmp

    • C.

      Mvdir /tmp

    • D.

      Cd tmp

    Correct Answer
    A. Cd /tmp
    Explanation
    The correct answer is "cd /tmp". This command is used to change the current directory to the "/tmp" directory. The "cd" command stands for "change directory" and the "/tmp" specifies the directory path. By entering this command, the user's location will be changed to the "/tmp" directory.

    Rate this question:

  • 4. 

    Which command below would list the contents of your current working directory?

    • A.

      Show

    • B.

      Dir

    • C.

      Ls

    • D.

      List

    Correct Answer
    C. Ls
    Explanation
    The "ls" command is used in Unix-based systems to list the contents of the current working directory. It is the equivalent of the "dir" command in Windows. Therefore, selecting "ls" as the answer would display the contents of the current working directory.

    Rate this question:

  • 5. 

    Which command(s) below can you use to view the contents of a text file? (Multiple correct answers, choose ALL that apply)

    • A.

      Cat

    • B.

      Less

    • C.

      More

    • D.

      Show

    • E.

      Vi

    • F.

      View

    • G.

      Print

    Correct Answer(s)
    A. Cat
    B. Less
    C. More
    E. Vi
    F. View
    Explanation
    You can use the "cat" command, the "less" command, the "more" command, the "vi" command, and the "view" command to view the contents of a text file. The "cat" command displays the entire contents of the file, the "less" command allows you to scroll through the file, the "more" command displays the file one screen at a time, the "vi" command opens the file in a text editor where you can view and edit the contents, and the "view" command is similar to "vi" but it only allows you to view the file without editing it.

    Rate this question:

  • 6. 

    Which command(s) below can you use to reboot the machine? (Multiple correct answers, choose ALL that apply)

    • A.

      Reboot

    • B.

      Restart

    • C.

      Shutdown -r now

    • D.

      Shutdown -h now

    • E.

      Init 6

    Correct Answer(s)
    A. Reboot
    C. Shutdown -r now
    E. Init 6
    Explanation
    The command "reboot" can be used to reboot the machine. The command "shutdown -r now" can also be used to reboot the machine. Additionally, the command "init 6" can be used to reboot the machine.

    Rate this question:

  • 7. 

    Which command(s) below can you use to determine which user you are logged in as? (Multiple correct answers, choose ALL that apply)

    • A.

      Echo $user

    • B.

      Showme

    • C.

      Whoami

    • D.

      Id

    • E.

      Showuser

    Correct Answer(s)
    A. Echo $user
    C. Whoami
    D. Id
    Explanation
    The command "echo $user" can be used to determine which user you are logged in as. The command "whoami" can also be used for the same purpose. Additionally, the command "id" can be used to determine the user's identity.

    Rate this question:

  • 8. 

    Which command shows information about a Linux machine's filesystems and filesystem free space?

    • A.

      Du -k

    • B.

      Df -k

    • C.

      Showmount

    • D.

      Ls -lart

    Correct Answer
    B. Df -k
    Explanation
    The "df -k" command is used to display information about the filesystems on a Linux machine, including their sizes and the amount of free space available. The "-k" option is used to display the sizes in kilobytes. This command is commonly used to check the disk space usage on a system.

    Rate this question:

  • 9. 

    How can you show a list of your previously entered commands, filtered for the string "service"? (Multiple correct answers, choose ALL that apply)

    • A.

      Cat ~/.bash_history | grep service

    • B.

      Last | service

    • C.

      History | grep service

    • D.

      Sometimes a | is just a |

    Correct Answer(s)
    A. Cat ~/.bash_history | grep service
    C. History | grep service
    Explanation
    The correct answers are "cat ~/.bash_history | grep service" and "history | grep service".


    1. "cat ~/.bash_history | grep service" uses the "cat" command to display the contents of the "~/.bash_history" file, which contains a list of previously entered commands. The "|" (pipe) symbol is used to redirect the output of "cat" to the "grep" command, which filters the output for the string "service".

    2. "history | grep service" uses the "history" command to display a list of previously entered commands. The "|" (pipe) symbol is used to redirect the output of "history" to the "grep" command, which filters the output for the string "service".

    Rate this question:

  • 10. 

    The "sed" command can be used to manipulate text strings in a file or files, without having to edit the file manually.  You are in a directory containing dozens of files., Some filesnames end with the .txt extension and some with the .cfg extension.  You want to replace the string "foo" with the string "bar" in every file ending in .txt using only one command.  Which command below would accomplish that?

    • A.

      Sed -i "s/foo/bar"

    • B.

      Sed -s "i/foo/bar/"

    • C.

      Sed -i "s/foo/bar/" *.txt

    • D.

      Sed -i "s/foo/bar/" *.*

    Correct Answer
    C. Sed -i "s/foo/bar/" *.txt
    Explanation
    The correct answer is "sed -i "s/foo/bar/" *.txt" because the command uses the sed utility with the -i flag to edit files in-place, meaning it will modify the files directly without creating backup files. The "s/foo/bar/" argument is the substitution command, which replaces the string "foo" with "bar". The "*.txt" specifies that the command should only be applied to files with the .txt extension.

    Rate this question:

Quiz Review Timeline +

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
  • Apr 29, 2013
    Quiz Created by
    Mburchard
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.