Multiple choice technology operating systems how do we make a file hidden in unix? prefix the name of file with a '.' <dot> prefix the name of file with a '~' <tilt> by changing its permissions 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.