FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMMAND LINE INTERFACE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which command syntax would not provide help for ls command at the Linux shell?
A
help ls
B
ls ____ help
C
ls /?
D
man ls
Explanation: 

Detailed explanation-1: -By default, the ls command won’t show hidden files. These are the files that start with “.” at the beginning of the file name. To show the hidden files, use the flag “-a”.

Detailed explanation-2: -Lists the total files in the directory and subdirectories, the names of the files in the current directory, their permissions, the number of subdirectories in directories listed, the size of the file, and the date of last modification.

Detailed explanation-3: -command-h and command–help Others simply recommend using the–help option instead.

There is 1 question to complete.