1828282 Members
3132 Online
109975 Solutions
New Discussion

Linux directory rights

 
Michael_Cologne
New Member

Linux directory rights

I have a Linux 8.0 System. I want to set the rights of a logical volume to 777. I take " chmod 777 /data_tmp" but it dosn??t work.
mike_cologne
5 REPLIES 5
U.SivaKumar_2
Honored Contributor

Re: Linux directory rights

Hi,
you have to be root for doing that.
If you changing the permissions of logical volume ( file system ). specify it in /etc/fstab as rw .
man fstab

regards,
U.SivaKumar
Innovations are made when conventions are broken
Michael_Cologne
New Member

Re: Linux directory rights

I have root permissions and in the fstab is the rw entry for this lv. it is a "fat32" filesystem on it, because I want to access from a w2k system over nfs.
mike_cologne
U.SivaKumar_2
Honored Contributor

Re: Linux directory rights

Hi,
what is the output of chmod command ?.
Any errrors ?

regards,
U.SivaKumar
Innovations are made when conventions are broken
Michael_Cologne
New Member

Re: Linux directory rights

There are no errors. If I take zhe command in verbose mode, I take the output "Pemissions are changed" but there aren??t changed.....
mike_cologne
Bill Thorsteinson
Honored Contributor

Re: Linux directory rights

Check the documentation for mount. You will need to clear
the umask for the volume. Try adding 'umask=0' to the fstab
entry.