I have tried the following:But it doesn’t change the permissions.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:~ $
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