Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jun 2005
    Location
    /dev/null
    Posts
    4,918
    Tokens
    126

    Latest Awards:

    Default

    Quote Originally Posted by Professor-Alex View Post
    At the risk of losing tons of geek cred (do I have any anyway? idk ) what were those cool things you guys posted in the code boxes? I recognise it as some sort of terminal text but I don't know anything past that
    Just a command that displays disk usage on most unix/unix compatible systems.

  2. #12
    Join Date
    Jun 2008
    Location
    England, On a beach somewhere
    Posts
    2,483
    Tokens
    691

    Latest Awards:

    Default

    Thank God he asked before I did.

    BTW how long does it take for a upgrade to take, I got a email from my host and he said he updated it, how long will it take.

  3. #13
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    It would show up immediately.

    Code:
    root@tomserver:~# df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda1              19G  2.0G   16G  11% /
    tmpfs                 233M     0  233M   0% /lib/init/rw
    varrun                233M  344K  233M   1% /var/run
    varlock               233M     0  233M   0% /var/lock
    udev                  233M  148K  233M   1% /dev
    tmpfs                 233M     0  233M   0% /dev/shm
    /dev/sda2             210G   31G  168G  16% /filestorage
    /dev/sdb1             158G  114G   37G  76% /timemachine
    /dev/sdb2             136G  188M  129G   1% /filestorage2
    tmpfs                 233M  2.2M  231M   1% /lib/modules/2.6.28-13-server/volatile
    root@tomserver:~#
    Uhh I deleted my backups from /filestorage and /filestorage2 cus they were so out of date.
    Last edited by Recursion; 13-10-2009 at 07:48 PM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  4. #14
    Join Date
    Jun 2008
    Location
    England, On a beach somewhere
    Posts
    2,483
    Tokens
    691

    Latest Awards:

    Default

    lol, good for you?

  5. #15
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    I answered your question
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

Page 2 of 2 FirstFirst 12

Posting Permissions

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