how can restart auhtd without restart server?
thanks
how can restart auhtd without restart server?
thanks
in console:
a list of all processes on your system will be shownCode:ps -aux
fin the PID of the auth (command line starts with /usr/java/... and the auth parameters)
PID = pid of the auth processCode:kill -9 PID
Commonly, a process number have four digit!