FILL BLANK -
Which program lists information about files and network connections opened by processes? (Specify ONLY the command without any path or parameters.)
FILL BLANK -
Which program lists information about files and network connections opened by processes? (Specify ONLY the command without any path or parameters.)
The correct command to list information about files and network connections opened by processes is 'lsof'. This command stands for 'list open files' and is widely used in Unix and Unix-like operating systems to report a list of all open files and the processes that opened them.
lsof - 100%