Linux CLI - Navigating the File System
What will be the output of
ls -l /tmp if /tmp contains two files: file1 and .hidden?ls -l /tmp if /tmp contains two files: file1 and .hidden?ls -l behaviorls -l lists files with details but does not show hidden files unless -a is used..hidden is hidden, it won't appear without -a. Only file1 is listed with details.ls -l excludes hidden files [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions