Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5439

Advanced users • Re: Image File Utilities

$
0
0
I have tried the following:

Code:

pi@raspberrypi:~ $ ls -l /boot/config.txtlrwxrwxrwx 1 root root 19 Oct  9 17:39 /boot/config.txt -> firmware/config.txtpi@raspberrypi:~ $ ls -l /boot/firmware/config.txt-rwxr-xr-x 1 root root 1213 Oct  9 17:39 /boot/firmware/config.txtpi@raspberrypi:~ $ sudo chmod 777 /boot/firmware/config.txtpi@raspberrypi:~ $ ls -l /boot/firmware/config.txt-rwxr-xr-x 1 root root 1213 Oct  9 17:39 /boot/firmware/config.txtpi@raspberrypi:~ $
But it doesn’t change the permissions.

The BOOT partition (where config.txt resides) has a FAT filesystem which doesn't support permissions. Consequently, chmod has no effect.

Statistics: Posted by RonR — Sat Jan 06, 2024 1:14 am



Viewing all articles
Browse latest Browse all 5439

Trending Articles