Skip to content

Instantly share code, notes, and snippets.

@backroot
Created November 1, 2017 02:20
Show Gist options
  • Save backroot/a311409aefae9821dc6e3b4484c9ef6c to your computer and use it in GitHub Desktop.
Save backroot/a311409aefae9821dc6e3b4484c9ef6c to your computer and use it in GitHub Desktop.
Sambaユーザ追加
useradd -m -g developer user
echo "password" | passwd user --stdin
(echo "password"; echo "password") | smbpasswd -s -a user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment