I'm very new to linux, could somebody please tell me what to do in order to rename this file?
Thanks in advance
Hi there,
Do the following;
Type Ctrl + Alt + 1 (ie hold them all donw at the same time)
Then login using your username & password
Now navigate to the /etc/init.d directory by typing the following;
cd /etc/init.d/ <type return>
Now rename the file kdm.saved to kdm by typing;
sudo mv kdm.saved kdm <type return>
Enter your password at the prompt <type return>
now you need to reboot by typing the following;
sudo reboot <type return>
Now when your system comes back up login and then you should either go straight to the KDE desktop or straight into the linux-mce Orbiter UI
Hope this helps
Andrew