Compare commits
2 Commits
adduser-sc
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d3c28807c | |||
| 2f09a841bc |
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
username=$1
|
||||
useradd -m -s /bin/bash "$username"
|
||||
loginctl enable-linger "$username" # for user's systemd services to work after logout and start with system start
|
||||
echo "$username"
|
||||
Reference in New Issue
Block a user