Remove a user.

General support questions
hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

Re: Remove a user.

Post by hack3rcon » 2019/11/04 08:33:02

I did:

Code: Select all

$ ps aux
$ crontab -u username -l

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Remove a user.

Post by lightman47 » 2019/11/04 12:24:30

It's all done with UIDs and GIDs - you're not going to find the names used much.

I defer back to my original suggestion above ... leave it alone and just disable the login.
.

Post Reply