Tundra wrote:
> 
> I am very new to Linux and am sure this ranks as one of the sillier
> questions;however I am simply having trouble just getting started.
> 
> The Redhat manual states that the "run level" in the above file need
> to be edited/changed from 3 to 5 to start X windows automatically. It
> is one of the first things Redhat suggests to be done.
> 
> I tried to access the file while logged as root in the character cell
> interface and permission was denied. I am sure this was the incorrect
> way, but am not sure what I should do next. Any help would be much
> appreciated.
> 

Logged ss root, you have to modify /etc/inittab with an text editor such
as "vi" or "joe":

Ex.
vi /etc/inittab
press Insert key
go to the line "id:3:initdefault:"
replace 3 with 5
press Esc key
press :wq<Enter>

Now all should be ok.

Note: You must be sure that your XWindows system works perfectly before
to make these modifications in inittab file.

Cata.

Reply via email to