unix - Change permissions using chattr -
how can change permissions of directory using chattr? suppose, want change permissions of directory /path/to/dir 700 using chattr. possible? if yes please tell how.
you should use chmod
instead of chattr
: latter has differerent purpose.
Comments
Post a Comment