You do not need to log in as root to perform actions as root.
Opn a terminal and enter
- Code: Select all
su -
kwrite /etc/fstab
and you will have a kwrite window operating as root.
The su command means 'switch user'. The '-' after the su is important. Without it the window will fail to open.
You can open any graphical application this way, dolphin, konqueror or anything.
If you use KDE another way of starting applications as root to hit the Alt+F2 keys and in the pop up window you see enter
- Code: Select all
kdesu kwrite /etc/fstab