linux_commands
- add a samba user with a password
smbpasswd -a viki password: confirm password:
- delete root user from samba, if you cannot delete the user using smbpasswd -x root try this:
pdbedit -x -u root
-x to delete user
-u to say which user
test to see if the user exists: smbpasswd -x root with the error message:
Failed to find entry for user root. (src: https://bugzilla.samba.org/show_bug.cgi?id=9981)
linux_commands.txt · Last modified: 2013/09/19 19:29 by 127.0.0.1