apt-get update
21 apt-get upgrade
22 apt-get install samba
23 useradd -m -s /sbin/nologin tuncay
24 passwd tuncay
25 smbpasswd -a tuncay
26 mkdir /mnt/bim/tuncay
27 nano /etc/samba/smb.conf
28 systemctl restart smbd.service
29 apt install smbclient -y
30 smbclient -U tuncay //10.X.X.X/tuncay
31 smbclient -U tuncay //10.X.X.X/tuncay
32 systemctl restart nmbd.service
33 nano /etc/samba/smb.conf
34 systemctl restart smbd.service
35 systemctl restart nmbd.service
36 chown -R tuncay:tuncay /mnt/bim/tuncay/
37 systemctl restart smbd.service
38 systemctl restart nmbd.service
39 cp /etc/samba/smb.conf /etc/samba/smb.conf.yedek
40 nano /etc/samba/smb.conf
41 cat /etc/samba/smb.conf.yedek
42 nano /etc/samba/smb.conf
43 systemctl restart smbd.service
44 systemctl restart nmbd.service