Originally Posted by musshan
|
|
Where do I find /etc/rc ? Pls help. Thanks.
|
.
/etc/rc.conf
The directory is /etc/
The file in that directory is rc.conf
You'll need to either log into a terminal and run an editor as root:
|
Code:
|
# ee /etc/rc.conf
##Then add this line:
rcfastgui="YES" |
Once you've
carefully edited the file press the Esc button, choose save changes, and press the Esc button again to leave the editor.
.
Or open an editor such as Leafpad through the "run command" by right-clicking on the desktop and run it as root to edit that file.