LINUX HELP ME B4 CLSS STARTS

Discussion in 'All other topics' started by palidin, Sep 10, 2005.

  1. palidin

    palidin Member

    Joined:
    Feb 2, 2005
    Messages:
    89
    Likes Received:
    0
    Trophy Points:
    16
    ok so i need to badly know what the first line represents when you type ls -al in liunux it will say somehtign liek total 40 then list all the directories what does that total stand for size? amount of files? im so confused and class startes soon help!!!
     
  2. palidin

    palidin Member

    Joined:
    Feb 2, 2005
    Messages:
    89
    Likes Received:
    0
    Trophy Points:
    16
    and also i need to badly knwo the difference between
    echo `who`
    and
    echo "who"
     
  3. Xian

    Xian Regular member

    Joined:
    Jun 27, 2003
    Messages:
    954
    Likes Received:
    0
    Trophy Points:
    26
    Linux has help for most of the commands. Type
    man ls
    and you should get the manual page for it.
    a is all files
    l means show long (verbose listing)
     
  4. palidin

    palidin Member

    Joined:
    Feb 2, 2005
    Messages:
    89
    Likes Received:
    0
    Trophy Points:
    16
    lol thanks xian for trying but liek i already know about help files and man files and all that its just the total i didnt understand but i think i figured it out the total was all the files including directory files that were over 1 kg in size
     

Share This Page