|
|
How do I ls -l a directory but not it's whole contents? |
When you try to ls -l /tmp to see what the permissions are on /tmp, the command lists the contents of /tmp instead. To stop that, type:ls -ld /tmpYou can remember the -d as standing for 'directory.'
<mschalit@pacbell.net>
| |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||