Command Line
Table of Contents
1. boot to command line
sudo systemctl set-default multi-user.target sudo systemctl set-default graphical.target sudo systemctl isolate multi-user.target
2. samba server
sudo smbpasswd -a dave > share sudo systemctl restart smbd emacs /etc/samba/smb.conf [MyShare] path = /srv/samba/share browsable = yes read only = no guest ok = no