![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disable GUI HP-UX | mdjuarsa | HP-UX | 1 | 10-06-2007 04:51 AM |
| disable rsh | sriram.s | AIX | 3 | 05-11-2007 09:18 AM |
| How to disable SU right | civic2005 | SUN Solaris | 3 | 03-09-2007 09:16 AM |
| Disable X window | XP_2600 | SUN Solaris | 4 | 09-24-2006 08:18 AM |
| disable su | sak900354 | UNIX for Dummies Questions & Answers | 2 | 06-15-2006 12:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Disable X
Im sure this is somthing easy to do but i just can not figure it out where and how would i take X out of the boot for hp ux 11 i looked in the man's and nothing so maybe sombody could throw me a bone... thanks
BB |
| Forum Sponsor | ||
|
|
|
|||
|
$dtconfig -d
Message 1 " CDE configuration utility"
echo " " Message 2 " $prg_name -d (disable auto-start)" $prg_name Message 3 " $prg_name -e (enable auto-start)" $prg_name Message 4 " $prg_name -kill (kill dtlogin)" $prg_name Message 5 " $prg_name -reset (reset dtlogin)" $prg_name Message 6 " $prg_name -p (printer action update)" $prg_name echo " " I took a look at the dtconfig file before executing the command that you gave me and it tells me to do the same thing that you posed but when i do so it says # $dtconfig -d sh: dtconfig: Parameter not set. |
|
|||
|
I don't useany x but i think you need to specify what to disable i'm assuming it's cde or whatever the executable so try and specify the command you don't want autostarted :
dtconfig -d "xwindows_program_name" |
|
|||
|
An "init 3" wouldn't be enough?
Couldn't he modify the /etc/inittab file, so that the default state would be init 3?
You should see in your inittab file a line like: init:5:initdefault: Modify the 5 to be 3: init:3:initdefault: I think this should work for you... Jason |