The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM


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

More UNIX and Linux Forum Topics 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 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 TechnoratiFurl this Post!Reddit! 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 TechnoratiFurl this Post!Reddit! 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
Display Modes


The 50 most popular UNIX and Linux searches.
Google Search Cloud for The UNIX and Linux Forums
"inappropriate ioctl for device" 421 service not available, remote server has closed connection ^m arg list too long ascii eof autosys awk trim bash eval bash exec bash for loop boot: cannot open kernel/sparcv9/unix close_wait command copy/move folder in unix curses.h dead.letter export display find grep grep multiple lines grep or grep recursive grep unique inappropriate ioctl for device logrotate.conf lynx javascript mailx attachment mget mtime perl array length ping port read awk output into multiple variables replace space by comma , perl script scp recursive segmentation fault(coredump) sftp script snoop unix stale nfs file handle syn_sent tar exclude unix unix .profile unix com unix forum unix forums unix interview questions unix memory usage unix mtime unix simulator unix.com vi tab size while loop within while loop shell script


All times are GMT -7. The time now is 03:52 AM.


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 Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.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