Find the answer to your Linux question:
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 ...
  1. #1
    Just 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--

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Hello and Welcome!

    Check out the man page for ls
    Code:
    man ls
    You'll see all options for 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 Forums
    Jay

    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.

  3. #3
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...