Multiple choice technology operating systems

how do we make a file hidden in unix?

  1. prefix the name of file with a '.' <dot>

  2. prefix the name of file with a '~' <tilt>

  3. by changing its permissions

  4. Any of the Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Unix-like systems, files are hidden by prefixing their names with a dot (.). Hidden files are not shown by default in directory listings (ls command). Options like tilde (~) or changing permissions don't create hidden files in Unix.