Sure...
That's small case "L", small case "S", space, dash, small case "A", and another small case "L". This command will list
all the files, including hidden files, in the directory that you are in at the time along with the rwx (read, write, execute) permissions for each file. It will look something like this:
Quote:
vtel57@ericsbane03:~$ ls -al
total 268
drwxr-xr-x 34 vtel57 vtel57 4096 2007-05-31 00:50 .
drwxr-xr-x 4 root root 4096 2006-12-20 21:12 ..
drwxr-xr-x 3 vtel57 vtel57 4096 2006-12-26 19:42 .adobe
-rw------- 1 vtel57 vtel57 2471 2007-05-26 17:46 .bash_history
-rw-r--r-- 1 vtel57 vtel57 220 2006-12-20 21:12 .bash_logout
-rw-r--r-- 1 vtel57 vtel57 414 2006-12-20 21:12 .bash_profile
-rw-r--r-- 1 vtel57 vtel57 2227 2006-12-20 21:12 .bashrc
drwx------ 4 vtel57 vtel57 4096 2006-12-26 03:01 .config
... and so on...
|
If you don't care about the hidden files, then just type:
HERE is an excellent book to help you with the BASH shell command line interface.
Have FUN!
