LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   commands (https://www.linuxquestions.org/questions/linux-newbie-8/commands-858922/)

shandog72 01-26-2011 09:45 PM

commands
 
what is the difference between ls -l and ls -al

TobiSGD 01-26-2011 09:48 PM

ls -al will also show you the hidden files. Try
Code:

man ls
for more information, it is all explained there. If you need more information about other commands you should try
Code:

man man
to find out how to get the information.

divyashree 01-27-2011 01:49 AM

Quote:

Originally Posted by shandog72 (Post 4239021)
what is the difference between ls -l and ls -al

-a option will show you all files with -l option with the hidden files(those start with a . at the beginning)


get quick help:

Quote:

ls --help

onebuck 01-27-2011 07:25 AM

Hi,

Welcome to LQ!

Quote:

Originally Posted by shandog72 (Post 4239021)
what is the difference between ls -l and ls -al

Other members have provided you with good answers.
Here are links to aid you to gaining some understanding. Sure some may seem beyond a newbie skill level but you must start somewhere;



Linux Documentation Project
Rute Tutorial & Exposition
Linux Command Guide
Utimate Linux Newbie Guide
LinuxSelfHelp
Bash Beginners Guide
Bash Reference Manual
Advanced Bash-Scripting Guide
Linux Home Networking



The above links and others can be found at 'Slackware-Links'. More than just SlackwareŽ links!

onebuck 01-27-2011 07:27 AM

Please use a descriptive title for your thread excluding words like 'urgent' or 'help'. Using a proper title makes it easier for members to help you. This thread has been reported for title modification. Please do not add replies that address the thread title.


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