Nitro626
Dabbler
- Joined
- Mar 4, 2019
- Messages
- 29
Hi,
I used a this line of code
However my user is DownLmedia so how do I undo above code? If I execute
I get "pw: uid `816' has already been allocated" of course.
I used a this line of code
Code:
pw useradd -n newmedia -u 816 -d /nonexistent -s /usr/sbin/nologin
However my user is DownLmedia so how do I undo above code? If I execute
Code:
pw useradd -n DownLmedia -u 816 -d /nonexistent -s /usr/sbin/nologin
I get "pw: uid `816' has already been allocated" of course.