THE LINUX STUFF
Showing posts with label
shell script
.
Show all posts
Showing posts with label
shell script
.
Show all posts
Monday, 6 September 2021
how to DELETE bulk users though shell script
for i in sssai; do echo "DELETE user $i" && userdel -r "$i" ; done
Older Posts
Home
Subscribe to:
Comments (Atom)