![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell script to create a link | Shreedhar Naik | Shell Programming and Scripting | 3 | 05-22-2008 08:01 AM |
| interactive shell script to create users 10.4 | tlarkin | OS X (Apple) | 3 | 03-27-2008 03:35 PM |
| create a shell script | maykap100 | Shell Programming and Scripting | 3 | 08-31-2005 11:17 PM |
| Shell script to create local homes | Steve Adcock | Shell Programming and Scripting | 11 | 10-25-2004 05:18 AM |
| Shell script to create a DOS-like Menutiem | bionicfysh | Shell Programming and Scripting | 2 | 06-17-2002 05:03 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
shell script to create dirs
hi,
I would like to know of a shell script to create the following A script which will take in two parameters i.e. name of file and SID and create directories named /opt/oracle/admin/$SID/{bdump,cdump,udump}. Then edit the init file and change the three lines that look like this. background_dump_dest = "/opt/oracle/oradata/shared/odvetr2x/bdump" core_dump_dest = "/opt/oracle/oradata/shared/odvetr2x/cdump" user_dump_dest = "/opt/oracle/oradata/shared/odvetr2x/udump" Make them point to the three directories that were created. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|