Pages

Basic sharing folder using SAMBA

Create new user account if does not exist
  1. From terminal, login as root
  2. Key in: useradd user_name and then press Enter
  3. Key in: passwd user_name and then press Enter

Create sharing folder at /share/folder_user_name
  1. From terminal, key in: smbpasswd -a user_name  and then press Enter
  2. Just follow the instruction given and then press Enter

Edit file /etc/samba/smb.conf (Add the following Script)
     [user_name]
     path = /share/folder_user_name
     valid users = username
     writeable = yes
     browseable = yes

No comments:

Post a Comment

You might also like:

Popular Posts