![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to disable SU right | civic2005 | SUN Solaris | 4 | 12-16-2008 11:19 AM |
| Disable GUI HP-UX | mdjuarsa | HP-UX | 1 | 10-06-2007 07:51 AM |
| disable rsh | sriram.s | AIX | 3 | 05-11-2007 12:18 PM |
| Disable X window | XP_2600 | SUN Solaris | 4 | 09-24-2006 11:18 AM |
| disable su | sak900354 | UNIX for Dummies Questions & Answers | 2 | 06-15-2006 03:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
$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 |
|
||||
|
dtconfig -d
I have run dtconfig both ways that you are talking about and the result is the same..... but when i get home this evening i will check the other file....
thanks BB |
| Sponsored Links | ||
|
|