Save in terminal
Peter Garrett
peter.garrett at optusnet.com.au
Fri Jul 27 02:36:56 UTC 2007
On Thu, 26 Jul 2007 20:44:59 -0400
"Jack Carter" <jjcarter68 at gmail.com> wrote:
> I'm trying to edit /etc/default/rcS. I want to change UTC yes to no. but I can't figure out how to save it. and whats all the writing in black on the bottom with ^c and so on? I'm getting old.
Sounds like nano :)
^C means control + C , ^X control + x and so on...
To save your changes in nano and exit, you can hit "control + x". It will
ask if you want to save. Type "y" for yes. Alternatively, you can save
before exiting with ctrl + O , then use ctrl + x to exit .
You are using sudo, right?
sudo nano /etc/default/rcS
Peter
More information about the ubuntu-users
mailing list