Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Archivo: /home/raiz/docu/escritos/menta/Samba.

txt

Pgina 1 de 1

Samba
sudo smbstatus
# https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20
(Command-line%20interface/Linux%20Terminal)%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way!
# Samba uses a separate set of passwords than the standard Linux system accounts
sudo smbpasswd -a <user_name>
# https://community.linuxmint.com/tutorial/view/1861
# set up a password for your user-name
sudo smbpasswd -a
sudo cp a /etc/samba/smb.conf ~/Documents/smb.conf
sudo gedit /etc/samba/smb.conf
sudo xed smb.conf
# Check the workgroup
path = /home//
available = yes
valid users =
read only = no
browseable = yes
public = yes
writable = yes
sudo restart smbd
# Start samaba at boot time

You might also like