Give three examples of hidden files shown 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

d. Type the man ls command at the prompt to learn more about the ls command.

[analyst@secOps ~]$ man ls

e. Use the down arrow key (one line at a time) or the space bar (one page at a time) to scroll down the page and locate the -a used above and read its description to familiarize yourself with the ls -a command.


.config, .bash_history, .xinitrc

Computer Science & Information Technology

You might also like to view...

You should always start searching a binary tree by looking at the root node.

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

Computer Science & Information Technology

The bottom element of the stack is the last element added to the stack.

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

Computer Science & Information Technology

Irene is working in a database that organizes city court case information. Irene must find court cases in either one of two cities. Irene should use the Filter by Form ________ condition

A) query B) AND C) sort D) OR

Computer Science & Information Technology

If horizontal cabling is not properly labeled, use a(n) __________________ to trace the cables.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology