this post was submitted on 21 Dec 2025
8 points (90.0% liked)

Linux Questions

3045 readers
4 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

I am not sure how many files that this happens to, but it has happened to two that I have tried in the last few days, one .sh file and another program/executable. I am logged in as root - Linux Mint 21.2 When I try to allow executing as a program it unticks itself (as in this video) I also get 'permission denied' in terminal, as root and i have tried

chmod +x filename

and

sudo chmod -v +x filename.sh

sudo chown --verbose 1000 filename.sh

But still get denied.. What am I doing wrong here or how can I fix this?

you are viewing a single comment's thread
view the rest of the comments
[–] Babalugats@feddit.uk 3 points 1 week ago (2 children)

This is the result for sda3 /dev/sda3 /media/user/8ACB-8EB4 vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0

[–] Maiq@piefed.social 7 points 6 days ago

vfat doesn't allow linux permissions and ownership.

[–] Jumuta@sh.itjust.works 6 points 6 days ago

oh yeah I don't think vfat can do file permissions