You are not logged in.

#1 2007-08-25 17:50:50

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Terminal question

Lets say i started conky from *box startup script with conky &.
And I one time changed my mind and want to turn it off.
How I can do this?
Without kill command and without restarting *box.
Can i do this at all?

Offline

#2 2007-08-25 17:53:32

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Terminal question

Without kill command ? Why, it's too easy using kill, and you want to make a challenge ? smile


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2007-08-25 17:56:09

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Re: Terminal question

I think I have to be root if I want use kill? Am I wrong?

Offline

#4 2007-08-25 18:01:56

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Terminal question

User can kill his own processes.

killall conky

Offline

#5 2007-08-25 18:03:18

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Re: Terminal question

ty

Offline

#6 2007-08-25 18:06:44

yahya
Member
From: Oman
Registered: 2007-08-21
Posts: 18
Website

Re: Terminal question

according to my knowledge and experience, no, you dont need to be a root to use kill. atleast not to kill processes started by yourself. killing root processes is another matter.
also you can use "Sudo" to perform root commands without actually signing in as root (or just use "Su")
for more information on sudo: Sudo wiki page

i hope this is useful to you roll

Offline

Board footer

Powered by FluxBB