Find the answer to your Linux question:
Results 1 to 4 of 4
what is the keyboard command in terminal to see everything that is running ? I'm using ubuntu 7.10. when i go online early in the morning, the bandwith light on ...
  1. #1
    Linux Newbie
    Join Date
    Nov 2007
    Posts
    223

    what all is running command ?

    what is the keyboard command in terminal to see everything that is running ? I'm using ubuntu 7.10. when i go online early in the morning, the bandwith light on my router goes crazy, so i know something is running, I would think it's just auto updates...but it goes on for a long time. thanks.

  2. #2
    Just Joined!
    Join Date
    May 2005
    Location
    USA
    Posts
    42
    Give "top" a try.

  3. #3
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by bigvoo View Post
    what is the keyboard command in terminal to see everything that is running ? I'm using ubuntu 7.10. when i go online early in the morning, the bandwith light on my router goes crazy, so i know something is running, I would think it's just auto updates...but it goes on for a long time. thanks.
    Use the ps command with some options if you like.
    One of my favorites is
    Code:
    ps ax
    See the man pages for more info and all the options
    Code:
    man ps
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try htop too. Its a very good process manager.
    You have to install it first.
    Code:
    sudo apt-get update
    sudo apt-get install htop
    htop
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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