Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The Unofficial Ubuntu Starter Guide
Prev Home Next

Q: How to add/edit/delete network users?

  1. Read General Notes
  2. Read How to install Samba Server for files/folders sharing service?
  3. To add network user
    1. Read How to add/edit/delete system users?
    2. sudo smbpasswd -a system_username
      sudo gedit /etc/samba/smbusers
    3. Insert the following line into the new file
      system_username = "network username"
    4. Save the edited file (sample)
  4. To edit network user
    sudo smbpasswd -a system_username
  5. To delete network user
    sudo smbpasswd -x system_username
The Unofficial Ubuntu Starter Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire