0

I entered sudo su and I am root now. Is it because my files are on NTFS partition? Despite any numbers I enter the file permission is 777

chmod 644 index.php
Zanna
  • 70,465
mevsme
  • 521
  • 2
    NTFS does not comfortably support Linux file permissions. See How do I use 'chmod' on an NTFS (or FAT32) partition?/ – Zanna Aug 31 '17 at 08:37
  • 1
    In Linux, the Microsoft file systems NTFS and FAT32 get their file permissions, when the partitions are mounted. After that the permissions cannot be modified (unless you unmount and mount again with modified mount options). You can control/modify it (typically read-only or read/write) according to the link in the previous comments. – sudodus Aug 31 '17 at 08:50

0 Answers0