Multiple choice technology operating systems

what is the command in unix to see a list of opened files?

  1. ls

  2. lfs

  3. lsof

  4. None

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

The 'lsof' command (List Open Files) in Unix/Linux displays information about files that are currently open by processes. 'ls' lists directory contents, 'lfs' is not a standard Unix command. The 'lsof' command is essential for system debugging and monitoring.