
smbpasswd
List of commands for smbpasswd:
-
smbpasswd:ai:6095d change permission of samba user$ smbpasswd -e ${username}try on your machineexplain this command
-
smbpasswd:tldr:19d9d smbpasswd: Modify an existing Samba user's password.$ sudo smbpasswd ${username}try on your machineexplain this command
-
smbpasswd:tldr:2a7b6 smbpasswd: Add a specified user to Samba and set password (user should already exist in system).$ sudo smbpasswd -a ${username}try on your machineexplain this command
-
smbpasswd:tldr:d2258 smbpasswd: Change the current user's SMB password.$ smbpasswdtry on your machineexplain this command
-
smbpasswd:tldr:f317e smbpasswd: Delete a Samba user (use `pdbedit` instead if the Unix account has been deleted).$ sudo smbpasswd -x ${username}try on your machineexplain this command