Город МОСКОВСКИЙ
00:22:14

Файловый сервер Linux. ACL и наследование прав

Аватар
Сисадмин Михалыч
Просмотры:
443
Дата загрузки:
30.03.2025 18:29
Длительность:
00:22:14
Категория:
Технологии и интернет

Описание

Первая часть: https://rutube.ru/video/8e4ac64ed3048fe14687345fb30ab18f/
Вторая часть: https://rutube.ru/video/f824e8fe83fc1191b1e56b3655675806/
Содержимое smb.conf
[global]
workgroup = WORKGROUP
map to guest = Bad User
guest ok = no
cups options = raw
security = user
load printers = no
# server min protocol = NT1
# client min protocol = NT1
# level2 oplocks = no
# locking = no
# oplocks = no
vfs objects = acl_xattr
map acl inherit = yes

[admin]
guest ok = no
path = /var/data/admin
browseable = yes
valid users = admin
read only = no
create mask = 0777
directory mask = 0777
force create mode = 0777
force directory mode = 0777

[qwe]
guest ok = yes
path = /var/data/qwe
browseable = yes
read only = no
create mask = 0777
directory mask = 0777
force create mode = 0777
force directory mode = 0777

[buh]
guest ok = no
path = /var/data/buh
browseable = yes
valid users = admin, buh
read only = no
create mask = 0777
directory mask = 0777
force create mode = 0777
force directory mode = 0777

[manag]
guest ok = no
path = /var/data/manag
browseable = yes
valid users = admin, manag
read only = no
create mask = 0777
directory mask = 0777
force create mode = 0777
force directory mode = 0777

[share]
guest ok = no
path = /var/data/share
browseable = yes
read only = no

Рекомендуемые видео