authd cannot be killed

Results 1 to 3 of 3
  1. #1
    Proficient Member boomboom is offline
    MemberRank
    Mar 2004 Join Date
    175Posts

    authd cannot be killed

    It is as follows, if [ps -A w] is carried out after performing [pkill -9 authd].
    Code:
     1622 ?        Sl     0:00 /usr/lib/policykit-1/polkitd --no-debug
     1835 ?        Ss     0:00 /usr/lib/openssh/sftp-server
     2112 ?        S      0:00 /bin/sh ./authd
     2245 ?        Ss     0:00 sshd: root@notty
     2397 ?        Ss     0:00 /usr/lib/openssh/sftp-server
     2445 ?        S      0:00 [kworker/0:1]
     2541 ?        S      0:00 /sbin/udevd --daemon
     2543 ?        Ss     0:00 sshd: root@pts/1
     2695 pts/1    Ss     0:00 -bash
     2773 ?        Sl     0:00 java -cp ../lib/jio.jar:../lib/application.jar:../lib/mysql-connector-java-5.0.8-bin.jar:../lib/commons-c
     2805 ?        S      0:00 /sbin/udevd --daemon


  2. #2
    Banned LegalSin(scam) is offline
    BannedRank
    Dec 2011 Join Date
    RaGEZONELocation
    489Posts

    Re: authd cannot be killed

    kill his pid:

    Kill 2112

    or ps aux | grep authd

    and kill pid

  3. #3
    uint is best int. Swoosh91 is offline
    MemberRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: authd cannot be killed

    Kill the JVM running authd, not the starting script bash instance...



Advertisement