answersLogoWhite

0

smbpasswd -a username & put password

Amit Tripath

Annik SAT

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How can a system administrator add a Samba password for a new user?

For a system administrator to add a Samba password for a new user, they have to first add the new user name, then the new user password via commands. To add the username, add the command line, "adducer (name)" or "# user add (name)." Once they have their account, the administrator can add the command line, "# smbpasswd -a (name)".


How do you add domain users?

Run this command at the command prompt:net user username password /add /domain


How do you add enemy on counter 1.6?

Join a server with people in it, or just use the console command "bot_add" to add a bot to your own server.


Which command line utility is used to add user account?

In linux adduser and useradd commands are used to add user account.


How do you make a directory in command prompt?

the procedure of making account though command prompt is net user, system name, password /add e.g net user pc 123 /add


How do you add a user on Fedora 9?

There are two ways you can add a user on Fedora 9. The first is to use the User Manager tool. The second is to use the command line tool useradd.


How would you create an entry for a file that would allow Samba to share its data?

edit the /etc/samba/smb.conf and add below lines to the end of the file and restart samba using command service smb restart[]path = writeable = yes; browseable = yesguest ok = yesHere guest ok = yes tells anybody can view and edit the data. If you want to restrict samba sharing you have to change that line as valid users = user1, user2.Before that you have to add samba users that and samba sharing you can do in GUI mode accessfromSystem>Administration>serversettings>samba.


How do you add the user to the local administrator group?

the diffrent betwen local administrator and server administrator


Can the dsadd command only create new user objects in Active Directory?

DSADD can add user,computers and groups all


Which command is used to add user accounts in Linux?

"useradd" command and sometimes adduser command. Please refer to the manual page of the command by issuing "man useradd" for detailed information


How do you get whitelisted in Minecraft?

You will need an admin on the server to add your name to the whitelist. This can be done by changing whitelist.txt or using the command /whitelist add (name)


How can I install a Python package using the command "python setup.py install" for a specific user?

To install a Python package for a specific user using the command "python setup.py install", you can use the "--user" flag. This flag will install the package only for the current user, rather than system-wide. Simply add "--user" to the end of the command like this: "python setup.py install --user".