i have heard of text editors not respecting the symlinkAnd now it's removed for any unknown reasonsThat's the magic of symlink; doing the job they are meant to do.
let me run some tests...
Code:
root@raspberrypi:~# ls -lh /boot/config.txtlrwxrwxrwx 1 root root 19 Oct 10 00:39 /boot/config.txt -> firmware/config.txtroot@raspberrypi:~# nano /boot/config.txt root@raspberrypi:~# ls -lh /boot/config.txtlrwxrwxrwx 1 root root 19 Oct 10 00:39 /boot/config.txt -> firmware/config.txtclever@raspberrypi:~ $ sudoedit /boot/config.txt sudoedit: /boot/config.txt: editing symbolic links is not permittedroot@raspberrypi:~# vi /boot/config.txtroot@raspberrypi:~# ls -lh /boot/config.txtlrwxrwxrwx 1 root root 19 Oct 10 00:39 /boot/config.txt -> firmware/config.txt
Statistics: Posted by cleverca22 — Wed Jan 31, 2024 1:10 am