I wanted to change the file permission when I use “git”, but the “chmod” didn’t work.
How can I use “chmod” command under the NTFS file system?
I wanted to change the file permission when I use git, but the chmod
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t. See: https://askubuntu.com/questions/11840/how-to-chmod-on-an-ntfs-or-fat32-partition
The mode is determined by the partition’s mount options (you cannot change it via chmod).
For ‘755’ on files and ‘777’ on directories you would use something like