Create A Shared Folder On Linux With Samba
sudo apt install samba #Installing Samba
sudo service smbd status #Check Samba Service
mkdir /home/<username>/mysambafolder #create your shared folder
sudo nano /etc/samba/smb.conf #edit this file with nano
#add this to the end of the smb.conf file
[mysambafolder]
comment = My Samba Folder
path = /home/<username>/mysambafolder
readonly = no
writeable = yes
browsable = yes
Also in C++:
- git clone epitech
- installing nvm on ubuntu 18.04
- ngxcountup
- how to uninstall opencv in ubuntu
- install flask dockerfile freeze
- groupadd to folder linux fedora
- ImportError: No module named tensorflow
- bash sleep milliseconds
- how to update mongodb in ubuntu 18.04
- flask login install
- mongo shell commands
- elifecycle npm install error
- bash if call function
- update composer on windows
- how to install unsigned drivers on windows 10
- see name of origin + git
- see space on linux
- how to install tor browser in ubuntu
- ERROR 1698 (28000): Access denied for user 'root'@'localhost'
- git user email
- get doker ce for ubuntu
- supervisord install ubuntu
- auto clean ubuntu
- git sync branches