ls command help

Can some one help me

what actually ls -ls output says ?

Thank you

ls takes a large number of options -l and -s are two of those options. You can combine options, so they become -ls

ls -l means generate a long formatted listing of files
ls -s means display the size in blocks of the file

ls -ls means display blocks and a long format

Thank you Jim

Thanks thegeek