• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Mint: Permissions from transferring files from NTFS formatted drive to EXT4 formatted drive

Dave3000

Golden Member
I was wondering if there is a way for Linux Mint to automatically set the permissions to 755 for directories and 644 for files for transferring data from an NTFS formatted drive to and EXT4 formatted drive? I noticed that CachyOS can do this by default but in Linux Mint the permissions are set to 777 by default once the transfer of data os complete but I want it to be set automatically to 755 for directories and 644 for files which I read is the Linux default for permissions. Also I backup to an NTFS formatted external SSD and if I restore again, I don't want to manually run chmod each time I restore from an NTFS to an EXT4 drive after the restore to get the default Linux permissions for directories and files for EXT4 formatted drives. Is there a setting I need to change or a file I need to edit to do what I'm asking for?
 
The setting is called umask


I tried that and it didn't do what I wanted. It still shows Create and Delete folders and files for owner, group, and everyone else right after copying files from an NTFS formatted drive. I know that I could just do chmod commands right after if i want the 755 permissions for directories and 644 permissions for files that I copied from the NTFS formatted drive but I don't want to do that manually as I want it to be done automatically during the copying of the files from an NTFS formatted drive to an EXT4 formatted drive.
 
Last edited:
Back
Top