Results 1 to 3 of 3
What output would I get by typing "ls -a?" without the quotes?
What command string would I use to display the date and home directory in one line?
what does ...
- 04-30-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
command string help
What output would I get by typing "ls -a?" without the quotes?
What command string would I use to display the date and home directory in one line?
what does this string mean for a file? -rw-r--r--
- 04-30-2009 #2
Hello and Welcome!
Check out the man page for ls
You'll see all options for ls.Code:man ls
Not sure how to show date and directory... never needed to try it.
For the third, I googled "permissions" and got this link:
Linux permissions
*EDIT*
Even better article:
File Permissions - Linux ForumsJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-30-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
Thanks! The links were helpful. I was able to figure everything out except the darn date and directory one.


Reply With Quote