LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ls command (https://www.linuxquestions.org/questions/linux-newbie-8/ls-command-563176/)

bpatankar 06-20-2007 06:32 AM

ls command
 
what are the various options under the ls command

Centinul 06-20-2007 06:36 AM

type "man ls" or google "man ls"

bartonski 06-20-2007 07:20 AM

also try

Code:

ls --help | less
This will give you a quick summary of the syntax and options. This works for most linux commands. The man pages will give you more detail about how the command works.

You can also use

Code:

info ls
because ls is distributed with the GNU textutils package.

zoobave 06-20-2007 10:53 AM

http://www.hmug.org/man/1/ls.php


All times are GMT -5. The time now is 02:25 PM.