arthurmf
(usa Ubuntu)
Enviado em 05/03/2010 - 12:27h
Galera, desculpem pela minha ignorancia, mas ainda nao deu. Bom é que a cada luta dessas o cara pesquisa e aprende uma porrada de coisas...hehehe
vou enviar a seguir os comandos e os resultados, assim vizualizam melhor.
Valeu
arthurmf@arthurmf-desktop:~$ w
10:45:19 up 7 days, 11 min, 5 users, load average: 0,22, 0,63, 0,65
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
casa tty7 :0 Thu07 7days 17:55 0.24s gnome-session
arthurmf pts/0 :0 Mon13 3days 0.00s 0.02s /usr/bin/kwrited
arthurmf pts/1 :12 Thu18 16:33m 0.00s 0.04s /usr/bin/kwrited
arthurmf pts/2 :15 10:01 44:11 0.00s 0.02s /usr/bin/kwrited
arthurmf tty9 :15 10:01 7days 4:30 0.03s /bin/sh /usr/bin/sta
arthurmf@arthurmf-desktop:~$ ps ax| grep tty7
12452 pts/3 R+ 0:00 grep tty7
32188 tty7 Ss+ 17:55 /usr/bin/X :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-zd0FO2/database -nolisten tcp
arthurmf@arthurmf-desktop:~$
#tentando encerrar processo 12452
arthurmf@arthurmf-desktop:~$ kill -9 12452
bash: kill: (12452) - Processo inexistente
#tentando encerrar processo 32188
arthurmf@arthurmf-desktop:~$ kill -9 32188
bash: kill: (32188) - Operação não permitida
arthurmf@arthurmf-desktop:~$