1837893 Members
3839 Online
110122 Solutions
New Discussion

file permission vgxx

 
SOLVED
Go to solution
Marcus Höfner
Occasional Advisor

file permission vgxx

Hello,
how i have to set the perrmission of the /dev/vgxx directories, when i manually create them. Here is the output of the already existing:
drwxr-xr-x 2 root root 1024 vg00
drwxr-xr-x 2 root sys 1024 vg01
dr-xr-xr-x 2 root sys 96 vg02
dr-xr-xr-x 2 root sys 96 vg03
dr-xr-xr-x 2 root sys 96 vg04

thank you

Marcus
Marcus
3 REPLIES 3
eran maor
Honored Contributor
Solution

Re: file permission vgxx

Hi

the file primision of this direcory define from the umask that you are working because you are menual creating the dir .

from what i check in my systems i saw that i created it with mask 00 that is 777 primis.

you can change it to 777 and also the other primision on your other voule group (555) is o.k .
love computers
Marcus Höfner
Occasional Advisor

Re: file permission vgxx

thank you, I will set the permissions of the directories to
dr-xr-xr-x (555).

Marcus

Marcus
superson
New Member

Re: file permission vgxx

do it with chmod command