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...

________ is a power option where the contents in RAM are written to the hard disk drive before the computer is turned off

Fill in the blank(s) with correct word

Computer Science & Information Technology

The command enable algorithm-type scrypt secret password enables which of the following configurations?

A) SHA-256 B) MD5 C) Type 5 D) Type 9

Computer Science & Information Technology