A
A
alexq22015-03-11 15:37:24
linux
alexq2, 2015-03-11 15:37:24

What is wrong with permissions in centos 6?

Hello!
There is a server on CentOS6, CAD is installed on it, users connect to it using vnc. It is required to make sure that users store their projects on Win Share.
Added users on the CentOS6 server to the sapr group.
Did the following:

mount -a //server/sapr /media/sapr/ -o username=user,password=pass
chown root:sapr /media/sapr/
chmod -R /media/sapr/

Users see /media/sapr/ but cannot view or write files.
How to fix?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
ShamblerR, 2015-03-11
@alexq2

rights to the studio
ls -l / media / sapr

O
O Di, 2015-03-11
@insiki

With the help of chmod, transfer rights to the group, otherwise somehow "-R" and that's it
Well, or look at the output, I think you'll understand
ls -l /media | grep sapr

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question