how to access a samba share folder in linux
sudo apt-get smbclient smbfs
how to access a samba share folder in linux
sudo apt-get smbclient smbfs
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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us