LINUX.ORG.RU

как изменить права доступа к файлу, не меняя их?


0

1

есть файл на NTFS, права у него, как сами понимаете - 777.
нужно как-то смонтировать директорию или ещё что-то сделать, чтобы в новом месте у файла права стали 600

Как это сделать? (только не через сетевые протоколы типа samba, так я и сам умею)

Axon предлагает использовать опцию монтирования umask

http://linux.die.net/man/8/mount.ntfs-3g

umask=value
Set the bitmask of the file and directory permissions that are not present. The value is given in octal. The default value is 0 which means full access to everybody.

fmask=value
Set the bitmask of the file permissions that are not present. The value is given in octal. The default value is 0 which means full access to everybody.

dmask=value
Set the bitmask of the directory permissions that are not present. The value is given in octal. The default value is 0 which means full access to everybody.

Indaril_Shpritz
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.