Answer the question
In order to leave comments, you need to log in
How to make a network folder on centOS ?
I installed centOS on my laptop to study Unix systems, and, in fact, there was a need to exchange files with Windows.
I want to set up a network folder for these purposes. I couldn't do it on both sides. On Windows, I have a network folder, but centos does not see it.
Next, I tried to make a network folder on centos:
yum install samba -y
mkdir /home/share
chmod 777 /home/share
chown nepster:nepster /home/share
[global]
workgroup = WORKGROUP
server string = my share
security = SHARE
guest account = user
[homeshare]
path = /home/share
guest ok = Yes
guest only = Yes
writeable = Yes
рестарт
Answer the question
In order to leave comments, you need to log in
[global]
workgroup = WORKGROUP
guest ok = yes
netbios name = CentPC
security = share
browseable = yes
[www]
path = /home/share
writeable = yes
browseable = yes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question