Results 1 to 3 of 3

Thread: cant end pid

  1. #1
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    97
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    cant end pid

    maybe im doing this wrong, but im trying to stop conky by ending the pid but i get the error "stop: Unknown jobxxx"

    Conky tells me that conky is running on PID 6961

    so i do:
    Code:
    sudo stop 6961
    and the message i get is:
    Code:
    stop: Unknown job:6961
    Any help?

    thanks

  2. #2
    Join Date
    Feb 2007
    Beans
    4,045
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: cant end pid

    You use kill to tell a process to terminate.
    Code:
    kill 6961
    # You can also kill by process name
    killall conky

  3. #3
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    97
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: cant end pid

    awesome thanks.. i hadnt used kill in a long time and i guess i confused it with end.. thanks@!

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
  •