filmov
tv
How To Share Your Files and Folders Between Ubuntu Linux and Windows 10/8/7
![preview_player](https://i.ytimg.com/vi/h-ZIJQp_nts/maxresdefault.jpg)
Показать описание
In this video, I will show you guys how to access Ubuntu Linux shared files from your windows computer or access windows shared files and folder from Ubuntu Linux.
*Here are the commands which help you to share files and folder between windows and ubuntu Linux computer :
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
sudo passwd root
sudo root
sudo apt update
sudo apt install samba samba-common python-glade2 system-config-samba
net config workstation
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = ubuntu
security = user
map to guest = bad user
name resolve order = bcast host
dns proxy = no
# add to the end
[Public]
comment = Ubuntu File Share
path = /srv/samba/share
browsable = yes
writable = yes
guest ok = yes
read only = no
create mode = 0777
directory mode 0777
force user = nobody
sudo mkdir -p /srv/samba/share
sudo chown nobody:nogroup /srv/samba/share
sudo chmod -R 0777 /srv/samba/share
Note:- This video has followed all the Youtube community guideline rules. The purpose of this video is to share My knowledge with everyone that is totally Legal, Informational and for Educational purpose. I totally do not support any types of illegal acts or videos.
The videos are completely for legal purposes.
My YouTube Parts -
___________________________________
___________________________________
Please Do Like, Share & Subscribe -Need Your Support
#UbuntuLinux #sharefilesfolder
*Here are the commands which help you to share files and folder between windows and ubuntu Linux computer :
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
sudo passwd root
sudo root
sudo apt update
sudo apt install samba samba-common python-glade2 system-config-samba
net config workstation
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = ubuntu
security = user
map to guest = bad user
name resolve order = bcast host
dns proxy = no
# add to the end
[Public]
comment = Ubuntu File Share
path = /srv/samba/share
browsable = yes
writable = yes
guest ok = yes
read only = no
create mode = 0777
directory mode 0777
force user = nobody
sudo mkdir -p /srv/samba/share
sudo chown nobody:nogroup /srv/samba/share
sudo chmod -R 0777 /srv/samba/share
Note:- This video has followed all the Youtube community guideline rules. The purpose of this video is to share My knowledge with everyone that is totally Legal, Informational and for Educational purpose. I totally do not support any types of illegal acts or videos.
The videos are completely for legal purposes.
My YouTube Parts -
___________________________________
___________________________________
Please Do Like, Share & Subscribe -Need Your Support
#UbuntuLinux #sharefilesfolder
Комментарии