Добрый вечер, господа.
Вопрос в следующем, сервер на Ubuntu 16.04.1 LTS, на нем - samba, конфигурация по-умолчанию, создал несколько папок, владелец папок - root. Исходя из ниженаписанного, доступ к папке должны иметь все на чтение, а пользователь ravdinve - на запись. Но не работает, пользователь ravdinve не может писать в расшаренную папку. Что не так?
[Movies]
admin users = ravdinve
create mask = 644
directory mask = 755
guest ok = yes
path = /var/lib/samba/Movies
admin users (S)
This is a list of users who will be granted administrative privileges on the share. This means that they will do all file operations as the super-user (root).
You should use this option very carefully, as any user in this list will be able to do anything they like on the share, irrespective of file permissions.
Default: admin users =
Example: admin users = jason
Спасибо заранее!