A What combination of options flags when used with the ls co
A) What combination of options (flags), when used with the ls command, will generate the exact output in the following format?
options (flags), when us Make sure that you use the /bin/ls command. Your search path may not locate this version of the Is command first. zcat proj mynotes@ manpage labs exrc Bnotes temp/ notes mbox history ccat apage S -a O Is -ar S -r o Is -arFSolution
Answer: ls -arF
When we use ls -arF this command, we will get above output.
ls -a will list all files including hiden file starting with \'.\' in ascending order.
ls -ar will list all files including hiden file starting with \'.\' in descending order.
