Hello,
How can I delete a user account even if the userdel command tells me
that the user is in use ? But this user is not connected and no
process is using by "user"
I'm on Solaris 5.8
# last "user"
"user" pts/3 Wed Jan 14 09:41 still logged
in
# last -f /var/adm/utmpx
"user" pts/3 Wed Jan 14 09:41 - 09:32
(23:51)
# userdel -r "user"
UX: userdel: ERROR: "user" is in use. Cannot remove it.
Thank's in advance