What command is used to copy a file?
Ls -al
What command is used to change directories?
What command is used to change the permissions of a file?
What is the command to delete a file?
Ps
What command is used to change ownership of a file?
Mv file1 file2
Head file
How would you show a list of files and directories that are inside the...
Pwd
Cp -r dir1 dir2
__________ command used to create an empty file.
What command clears the contents of your terminal display?
Tail file
You want to view a listing of previously entered commands. What...
What command allows you to view a file one page at a time?
What command creates an empty directory?
The symbol represents home directory is?
What is the command to run a program with elevated permissions?
What is the command to switch to the root user account?
How do you see hidden files in your home directory?
What two commands display the status of processes on a Linux system?
Which command to use for complete details of a command on the shell?
Which command is used to view the complete file without modifying it ?
What command is used to search files for a pattern?
What is the command to search all files in your current directory for
...
You're now in directory X3 (see below). Moving to directory X1 using...
Chmod 644 finance.doc 644 equals to
How do you copy an entire directory structure? E.g. from Project to...
You want to change the permissions on the file named "fifteen" so that...
If you want to restrict users from directory content listing, you have...
One single command to completely remove directory X1 and all it's...
In order to append the output of ls to a file called bazz, which of...
Which command will list the contents of a directory, listed by file...
What command shows you memory utilization?
Which command will display the last lines of the text file file1?
What is the default directory path for system log files?
The symbol represents current directory is?
What is the command to view data in real time as it is being added to...
How would you remove a directory that is not empty?
If you want to protect files from content modifications, you have to
How would you avoid accidentally removing files?
Which one of the following statements correctly describes the > and...
How do you find files in your current directory modified more than 48...
You're now in directory X1 (see below). Moving to directory X3 using...
You want to search the file myfile for all occurrences of a string...
The command to restrict user not to delete finance.doc within...
Which one of the following commands is equivalent to the following...
The difference between "x" permission in file and directory, is
What do you type in to move to the parent directory
What is the command to take you to your home directory?
If you want to protect files from deletion, you have to
You have just typed the following three commands and got the following...
How do you view the last 100 lines of a file?
One single command to create new directory X3 inside new directory X2...
You want to the command foo to take its input from the file foobar and...
If you are in your home directory, how do you list list files in the...
What is the command to forcibly delete all files in the current...
What command will tell you the location and path to a command?
What command is used to change a file name?
From the root directory, find files in /var/test/ directory with the...
How do you find files in your current directory that are world...
Using tail and grep, how do you view only lines with the word ERROR as...
Assuming you are in the folder /var/test/data/, what is the...