The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V.


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
First steps on Ibm SAN DS4500 lo-lp-kl Filesystems, Disks and Memory 0 05-26-2008 01:45 PM
Subnetting in 11 steps jking2100 IP Networking 1 07-02-2007 03:32 AM
steps to ufsrestore vr76413 SUN Solaris 1 11-14-2006 09:55 PM
Installation steps (request how to install UNIX) Mohsin SCO 2 10-09-2006 10:40 PM
Steps to Add Windows XP to Samba server bache_gowda UNIX for Dummies Questions & Answers 3 08-21-2006 12:53 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-08-2008
Registered User
 

Join Date: Mar 2005
Posts: 33
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
modifying start up steps

I tried search and didn't see anything - if there is a thread please point me to it -

I want to add a couple of statements to the start up steps basically to touch a file and set the owner & group on it.

I want this to happen every start-up. I haven't had sysadm class since HP-UX 9.x and I don't put anything as a rule in startup or shutdown.
I just don't recall what/where the startup steps are and I'm not sure which script/step to put it in nor exactly how to do that.

essentially I want this to happen:
touch /blah/blahh/myfile.dat
chown me:me /blah/blahh/myfile.dat

HP-UX B.11.23 U ia64

Or if there is a better way to accomplish this, I'm all ears.

thanks,
Lisa
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-08-2008
andryk's Avatar
Registered User
 

Join Date: Sep 2003
Posts: 448
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Hi,
Its easy, find out what runlevel you're on then add a script (copy & modify an existing one Snnnscriptname) on the specified directory
Code:
who -r # check the runlevel, script is to be placed on /sbin/rc3.d (if runlevel 3) or /sbin/rc2.d if runlevel 2 ...
Commands are put in start) section whereas Informative messages are put in start_msg) if my memory is not failing ...
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 06:11 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102