Remove Samba Ubuntu 18.04

To add a new user to access a samba share you need to first create a server user account using “useradd” command and then use the same account to add the samba user. Follow the steps givenbelow to add user john and give him the access to a samba share.

Adding a Linux user account

Install Ubuntu. Install (01) Get Ubuntu 18.04 (02) Install Ubuntu; Initial Settings (01) Add a user (02) Enable root user (03) Network Settings (04) Configure Services (05) Update System (06) Configure vim (07) Configure sudo; NTP / SSH Server. NTP Server (01) Configure NTP Server(NTPd) (02) Configure NTP Server(Chrony) (03) Configure NTP.

One way for a user to browse a Samba share is have a UNIX account on the Samba server. This is done via the commands ‘useradd [username]‘ and ‘passwd [username]‘. If you already have the user account created on the system, skip the part below and proceed to add samba user directly.

Set the password for the new user created.

Adding Samba user

Once the user has a local account their corresponding Samba samba user can be added using smbpasswd -a command. The smbpasswd command when used with -a option adds the new samba user and also allows you to set the password for the new samba user. For example for the user john, use the command below:

The -a switch adds john to the Samba password list.

To modify an existing Samba user’s Samba password (using the example john user again):

Gtk radiant for mac. (like Radiant and soon Gmax I'll use there too)2. GtkRadiant for mac doesn't work for me because it requires the game and won't save, so all my mapping is done at dads. But Mac outruns them by far because its not built with simple flaws. ( why it takes me so long to do things). But I am hoping that because GMAX is not designed for games in specifics, but general modeling, that I could model at my moms and learn the program and then follow through with texturing my models at my dads.I like PC's only because they are universal and more people use them.

Allowing user to access samba share

Configure the Samba share in the /etc/samba/smb.conf configuration file to allow the new user to browse the share:

Use testparm to show your updated share. Reload the smb.conf configuration file with below command.
For RHEL/CentOS 6

For RHEL/CentOS 7

Deleting the Samba user

In order to delete the samba user, use the steps below. make sure you delete the corresponding UNIX user from the server as well if required.

Existing customers, when eligible, can request to have their Office 365 customer data from their original datacenter moved to a new geo. Office 365 training needs analysis.

1. delete samba user(john) using smbpasswd command with -x option.

2. You can now delete the UNIX OS user john along with all the files associated with the user like home directory, using the ‘userdel -r’ command.