Results 1 to 4 of 4

Thread: Need Ubuntu process list information

  1. #1
    Join Date
    Jan 2009
    Posts
    48

    Need Ubuntu process list information

    Hello Good morning everyone,

    I would like to know that one page which gives information of all the ubuntu processes which run on a ubuntu desktop distribution? When I find out i was able to get only half pages of them.Does any have little idea??

    Thanks..!!

  2. #2
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Need Ubuntu process list information

    There are some easy methods to view what is running. From the command line, you can use ps and top to show applications, dependencies, and resources. For example, ps –ef shows every (-e) running process in a full (-f) detailed list (see Listing 7-1). The columns show the user who runs the process (UID), the process ID (PID), the parent process ID (PPID) who spawned this process, as will as when the process was started, how long it has been running, and of course, the process itself.

  3. #3
    Dr. V Guest

    Re: Need Ubuntu process list information

    I know that Ubuntu has a command that lists all current processes.You can kill the command If you find the process ID.
    Enter following to list all your own running processes
    ps ux
    And use command to kill any process you want,the second column is IDnumber.
    kill -9 PIDnumber
    Ubuntu also has a graphical program to view current processes.Navigate to System–>Administrator–>System Monitor,you will see system processes at Process tab,kill any by select it and click “End Process” button.

  4. #4
    Join Date
    May 2008
    Posts
    2,680

    Re: Need Ubuntu process list information

    In order to view the processes that are currently runnin, go to a terminal and type 'top' else If you're talking console process viewers, htop(sudo apt-get install htop) is a dream come true.

Similar Threads

  1. Looking for information on Linux Process
    By messi-m in forum Software Development
    Replies: 4
    Last Post: 15-03-2013, 10:21 AM
  2. Replies: 9
    Last Post: 09-09-2011, 10:13 PM
  3. List of Windows process
    By Ernesto4 in forum Windows Software
    Replies: 3
    Last Post: 04-12-2009, 03:11 AM
  4. shwicon2k.exe process information
    By Dwij in forum Operating Systems
    Replies: 4
    Last Post: 16-06-2009, 05:52 PM
  5. Force kill process ubuntu
    By Gretel in forum Operating Systems
    Replies: 3
    Last Post: 21-05-2009, 06:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,251,046.58240 seconds with 17 queries