You are on page 1of 4

10/03/2022 SUSE Linux Enterprise 15 : Samba : Fully Accessed Shared Folder : Server World

Other OS Configs
CentOS Stream 9
CentOS Stream 8
CentOS 7
Fedora 35
Fedora 34
Debian 11
Debian 10 806 /
Server World Privacy Policy Links/Contact
Rocky Linux 8 95478342
Ubuntu 21.04
Ubuntu 20.04 LTS
Windows Server 2022
Windows Server 2019
Windows Server 2016
Other Tips
Commands Help
CentOS 8 CentOS 5 Fedora 25
SLES 15 NFS CentOS 6 Debian 9 Fedora 24
DNS Server (BIND)
(01)
NTPConfigure
Server
Apache2 NFS Server Ubuntu 19.04 Debian 8 Fedora 23
(01) Install
Add BIND
Common Users
Get SLES(02) Configure
15 NFS
NTP Client Ubuntu 18.04 LTS Debian 7 Fedora 22
(01)
KVM
(02) Install
Configure
FireWall ZonesServer (NTPd)
Apache2
Setting
Install(03)
SLES
(02)
FTP NFS15 4
Configure
Server
Use Perl ACL Tool
ScriptsClient
NTP Ubuntu 17.04 Debian 6 Fedora 21
Docker
(03)
(01) Start
Install
BIND
KVM
Networking
Initial (01)
Settings
iSCSI
SSH
(03) Server
Use
Install
PHPVsftpd
Scripts Ubuntu 16.04 LTS Fedora 33 Fedora 20
(02) Services
(01) ChrootDocker
Create
Install Virtual
Environment
Machine
NTP / (04)
SSHFTP
(01) Server
(05) Configure
(04)
(02)
(03)
(02) Set
Create
Add CNAME
Images
Activate
iSCSI
Scripts
: SUSE
Virtual
System
Target (GUI)
KeyBoard-Intereractive
Use Ruby
Client Machine Auth Ubuntu 15.04 Fedora 32 Fedora 19
DNS /Create
DHCP
(02)
(05)
(03) SSH
Use
FTP Server
Configure
SSLFile iSCSI Target(tgt)
Certificates(Self-Sign)
Python
ClientTransfer(SUSE)
:Scripts
Windows Ubuntu 14.04 LTS Fedora 31 Fedora 18
(06) Access
(04)
(03) Configure
Basic
Update Operation
to Service
Slave Server
System on Container
Storage GetServer
(03)
(06)
(04) Configure
SSL
SSH iSCSI Initiator
Certificates(Let's
Enable
Vsftpd
Samba File Transfer(Windows)
over
UserDirSSL/TLS Encrypt) Ubuntu 13.04 Fedora 30 Fedora 17
(05)
(04)
DHCP
(07)
VirtualizationAddServer
SPICE
Use Dockerfile
Server
Extension Modules Ubuntu 12.04 LTS Fedora 29 Fedora 16
GlusterFS
(04)
Change
(07)
MAIL
(06)
(05)
(01) SSH Run-Level
Key-Pair
Virtual Hostings
Server
SPICE
Use
FullyPersistent
accessed
Client Authentication
Storage
Share
(08)Platform
Container Configure DHCP
Vim Server
(01)
(05)
Set Install GlusterFS Ubuntu 11.04 Fedora 31 Fedora 15
(09)Timezone
(08)
(01)
(07)
(06)
(02)
WEB Server
SFTP
SSL/TLS
Install
Nested
Use only
Restricted
Docker
ConfigureKVM +Compose
Chroot
Settings
Postfix
accessed
Sudo
DHCP Share
Client Ubuntu 10.04 LTS Fedora 30 Fedora 14
(02)
Set
(09)
(02)
(07)
(03) Distributed
Keymap
Basic
MariaDB
Install
Use
Samba Setting
Authentication
Dovecot
Docker-Registry
Winbind
Database(03)
Set
(10)
(01)
(03) Replication
Locale
Kerberos
Install
Add Mail Setting
Authentication
MariaDB
Accounts Windows 2012 R2 Fedora 29 Fedora 13
FTP / Set Proxy
MAIL Server
Server
(04)
(11)
(02)
(04) Striping
Hostname
Use Setting
WebDAV
Install
Client'sphpMyAdmin
Settings SUSE Enterprise 15 Fedora 28 Fedora 12
Samba(01)
(05)
Join
(01)
(03)
(05)
Install
/ Proxy Squid
Server
GlusterFS
in Active
GNOME
MariaDB
SSL/TLS Clients' Environment
Directory
Desktop
Replication
Settings Settings SUSE Enterprise 12 Fedora 27 Fedora 11
Desktop (02) Proxy Clients'
Environment Setting SUSE Enterprise 11 Fedora 26 Fedora 10
Clamav
(02)
(06) MATE AntiVirus
Virtual Desktop
Domain Environment
Others(03)
(03)
Set Basic Authentication
Scientific 6
(04) LXDE
(07) ReverseDesktop
Postfix +Proxy
Clamav Environment
+ Amavisd
Setting
(04) Configure VNC Server
Sponsored Link

Samba : Fully Accessed Shared Folder


2019/01/23

Install Samba to Configure File Server.


For example, Create a fully accessed shared Folder which anybody can read and write, and also authentication is not required.
[1] Configure Samba.
smb:~ #
zypper -n install samba samba-client
smb:~ #
mkdir /home/share

smb:~ #
chmod 777 /home/share

smb:~ #
vi /etc/samba/smb.conf
# line 5: add

unix charset = UTF-8


# add to the end

# any Share name you like

[Share]
# shared directory
path = /home/share
# writable
writable = yes
# allow guest user
guest ok = yes
https://www.server-world.info/en/note?os=SUSE_Linux_Enterprise_15&p=samba&f=1 1/4
10/03/2022 SUSE Linux Enterprise 15 : Samba : Fully Accessed Shared Folder : Server World
# guest only
guest only = yes
# fully accessed
create mode = 0777
# fully accessed
directory mode = 0777

smb:~ #
systemctl start smb nmb

smb:~ #
systemctl enable smb nmb

[2] If Firewalld is running, allow Samba service.


smb:~ #
firewall-cmd --add-service=samba --permanent

success
smb:~ #
firewall-cmd --reload

success
It's the way to access to the shared folder. This example is on Windows 10.
[3]
Select [Computer] - [network] - [Map Network Drive].

[4] Specify the shared folder's place in Folder section and Click the [Finish] button to enter.

https://www.server-world.info/en/note?os=SUSE_Linux_Enterprise_15&p=samba&f=1 2/4
10/03/2022 SUSE Linux Enterprise 15 : Samba : Fully Accessed Shared Folder : Server World

[5] Just accessed to the shared Folder.

M a t c h e d C o n t e n t
https://www.server-world.info/en/note?os=SUSE_Linux_Enterprise_15&p=samba&f=1 3/4
10/03/2022 SUSE Linux Enterprise 15 : Samba : Fully Accessed Shared Folder : Server World

SUSE Linux Enterprise 15 : Samba

(01) Fully Accessed Shared Folder


(02) Restricted Shared Folder
(03) Samba Winbind

Sponsored Link
Copyright © 2007-2022 Server World All Rights Reserved.

https://www.server-world.info/en/note?os=SUSE_Linux_Enterprise_15&p=samba&f=1 4/4

You might also like