Choose a topic to test your knowledge and improve your Unix/Lunux skills
Which command is used to display all the files including hidden files in your current and its subdirectories ?
Which of the following commands can be used to copy files across systems?
pwd command displays
Which of the following commands can be used to change default permissions for files and directories at the time of creation
Which tar command option is used to list the files in a tape archive format?
Which of the following commands will allow the user to search contents of a file for a particular pattern
Write the command to display the current date in the form dd/mm/yyyy.
The command syntax to display the file sample.txt one page at a time is
Which one shows the name of the operating system?
How do you add (append) a file file1 to the example.tar file
How to execute ls command inside a vi editor?
Which command gives the first byte where the difference is in the file1 & file2?
To open a file file1 with cursor at line number 4
sed is a command typically used for
What communication command provides communication to another user logged on by writing to the bottom of their terminal?
Which screen manipulation command sets the screen back to normal?
Which command will you use to see the available routes?
Which of the following time stamps need not exist for a file on traditional unix file system
Which command is used to set limits on file size
Which option of rmdir command will remove all directories a, b, c if path is a/b/c
Which represents the user home directory
If a file is removed in Unix using rm then
Executing the cd .. command when at the root level causes
How do you rename file new to file old ?
What command is used to copy files and directories?
When mv f1 f2 is executed which files inode is freed?
Any files attribute information is stored in which structure on the disk
When you use the ln command, which of the following occurs?
srwxr-xrw- is a
Binary or executable files are:
The directory file contains:
Which directory contain device special files?
Which of the following is not a valid file type on Linux
Which of the following is not correct statement regarding file types?
Which are the two types of device files?
Which is an example for character special file?
Which is an example for block special file?
All device files are stored in which directory?
The file permission 764 means:
The permission -rwxr–r– represented in octal expression will be
Effective user id can be set using following permission
Effective group id can be set using following permission
Sticky bit can be set using following permission
The permission -rwSr–r– represented in octal expression will be
The permission -rwxr-sr– represented in octal expression will be
If user tries to remove (rm) a readonly file (444 permission), what will happen?
A user does a chmod operation on a file. Which of the following is true?
If the umask value is 0002. what will be the permissions of new directory
What is the command to set the execute permissions to all the files and subdirectories within the directory /home/user1/direct
The permission -rwxr-xr-t represented in octal expression will be