Is it possible to hide entire directories by adding a dot before its name as well? Are there any directories in the output of ls -la above?

Work with hidden files in Linux.
a. In Linux, files with names that begin with a β€˜.’ (single dot) are not shown by default. While dot-files have nothing else special about them, they are called hidden files because of this feature. Examples of hidden files are .file5, .file6, .file7.
b. Use ls -l to display the files stored in the analyst home directory.


[analyst@secOps ~]$ ls –l

c. Use the ls -la command to display all files in the home directory of analyst, including the hidden files.

[analyst@secOps ~]$ ls –la


Yes, there are many hidden directories in the output.

Computer Science & Information Technology

You might also like to view...

In a classic Webmail configuration _____.

A. Outbox is stored on the Web B. Outbox resides on your computer C. Outbox is not needed D. Outbox and Inbox are combined

Computer Science & Information Technology

The option to turn on the ruler can be found on the ________ tab

A) Edit B) Insert C) Home D) View

Computer Science & Information Technology

When designing icons, distort the shape of the objectto allow users to recognize and decipher the icon at a glance.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

With the _________________ approach, implementation is quicker but adaptation to the firm's specific processes is limited.

A. Best of breed B. Custom C. Chocolate D. Vanilla

Computer Science & Information Technology