Top 70+ Linux Interview Questions and Answers - 2

Question: 6

What is absolute path name?

An absolute path name is the complete path name of a file or directory starting with root directory.

Question: 7

What is the substitute you can use for home directory?

The tilde sign (~) is substitute for the home directory.

Question: 8

How keyboard is used by Linux Editors?

Editors use the keyboard for two entirely different purposes. They are -1 to specify editing commands and 2. To receive character input.

Question: 9

What is a subdirectory?

A directory under another directory is called the subdirectory of the latter directory.

Question: 10

What is a directory, a root directory?

A collection of files, which is called as a directory.

All the files are stored on the disk under one main directory called the root directory. The files are arranged under a tree structure.

Related Questions