使用 Ubuntu 14.04 LTS,
我希望文本文件在 nautilus 或 dash 中打开时不会被执行。
ls-l 显示相关文件的这一行
-rwxrwxrwx 1 root root 1310149 Sep 20 10:28
然后我跑
sudo chmod -v -x /path/to/file/file.txt
并收到:
mode of ‘/path/to/file/file.txt’ changed from 0777 (rwxrwxrwx) to 0666 (rw-rw-rw-)
再次 ls -l:
-rwxrwxrwx 1 root root 1310149 Sep 20 10:29
当我打开“sudo nautilus”并更改文件属性菜单中的复选框时,它会立即变回“已选中”。
答案1
通过更改 /etc/fstab 中的选项解决
UUID=3B08A23B4D3D4F2A /media/$path/$volume ntfs auto,rw,noexec 0 0
UUID=0EAB6A7871E3FE21 /media/$path/$volume ntfs auto,rw,noexec 0 0