What are hidden files? What are the names of the hidden files that are executed when you log on to a LINUX system?
What will be an ideal response?
A hidden file is one which is not displayed as part of the output of the ls command unless the command is run with the -a option. These files are also known as the dot files because their names start with a dot as in .bashrc.
Computer Science & Information Technology
You might also like to view...
You can use the ________ to save different groups of assumptions and to switch to those scenarios to view the results
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which of the following growth-rate functions indicates a problem whose time requirement is independent of the size of the problem?
a) O(n) b) O(log2n) c) O(2n) d) O(1)
Computer Science & Information Technology