Permissions all broken in KDE Lite? Can't ln, nano or use root actions as owner!

Another headache, I’m root user and can’t save using nano or anything on terminal whatsover! Can’t even use the root actions to delete or open in text all im getting is operation not permitted even in sudo.

All i wanted to do which works in every kde distro is this sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf so i can run my vpn but…

ln: failed to create symbolic link ‘/etc/resolv.conf’: Operation not permitted

to enable editing on /etc/resolv.conf

do the following

sudo chattr -i /etc/resolv.conf
6 Likes