![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| startup script in UNIX | param_it | UNIX for Advanced & Expert Users | 1 | 01-18-2008 04:43 AM |
| Run a script during reboot/startup | new2ss | Linux | 1 | 03-30-2007 07:23 AM |
| Startup script | texaspanama | Shell Programming and Scripting | 2 | 06-29-2006 12:08 PM |
| Startup script DSL | c19h28O2 | Shell Programming and Scripting | 0 | 04-11-2006 01:54 AM |
| the Startup script file???? | swordfish | UNIX for Advanced & Expert Users | 7 | 03-21-2005 03:42 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
ksh in rc3.d startup script
Hi there ,
Can someone tell me whether ksh is available in rc3.d,ie will it work if i add an korn shell script in rc3.d when the system starts up ? |
| Forum Sponsor | ||
|
|
|
|||
|
My current assignment has me on Solaris 8 but I suspect that with most UNIX variants by the time your system reaches run-level 3, the /usr file system has been mounted which is where /usr/bin/ksh would be located. With Solaris, there is actually a /bin/sh on the / file system which is used until overlayed by the aforementioned mount.
So, up to that point in the boot process, it is a question of function. Afterwards, it is a question of preference and style using any available shell. |
|||
| Google The UNIX and Linux Forums |