View Single Post
Join Date: Apr 2006
Posts: 5,050
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 331
Moderator
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: localhost.localdomain

 
0
  #4
Nov 21st, 2006
Originally Posted by linux View Post
Now, for the network file. I can't modify this in gedit and save it. It is readonly. Is there a way to change this?
The only reason it's readonly is because it's in the /etc branch of your filetree, which requires admin privaleges to do anything in there. In fact, almost anywhere other than your home folder on a *nix filesystem requires root privalges. So, you'll need to open Gedit like this on a command line:
su
[enter password; it won't be visible onscreen]
gedit /etc/sysconfig/network
Now do your editing and try to save. It should work.
"Technological progress is like an axe in the hands of a pathological criminal."
Reply With Quote