Summary: I am using the following command in my perl script for making the connectioon to the oracle database, my $dbh = DBI->connect('DBI:Oracle:dbname','gori...
Summary: The board was getting big so I had to archive it. Feel free to check the archive for common questions and answers to your old questions. Thank You for...
Summary: To create a tar file (see post above). Also, if you want to include linked files, make sure to use the 'L' option. Something I use quite a bit. tar cL...
Summary: Hi all, I am a real beginner to shell scripting and would REALLY appreciate if anyone out there can give some suggestions on how I can solve the follo...
Summary: Hello, I tried to create a tar file in zip format as following:- [thomas@localhost assignment_3]$ tar -cvfz ass3.tgz * tar: ass3.tgz: Cannot stat: No ...
Summary: This is in Unix Shell Scripting. using Putty.exe The application I'm working on is to add,remove and update the information of a person.I need help to...
Summary: Hey Nails, I'm back. Couldn't remember my old password so I had to create another account. Anyway, I thought this would work. #!/bin/ksh counter=1 c...
Summary: Easy: Go to Control Center, click on the plus sign next to boot. Click on Boot Disk, insert disk (diskdrake will format it automatically) click create...
Summary: Hi I am trying to write a login script for network based clients (OSX) that looks up local accounts eg admin, root, etc and exits the script so that i...
Summary: Hi, I have a bash script as follows: -------------- #!/bin/sh for dir in `find /foo/stats/* -type d` do mkdir `find $dir/newfolder/` Done -----------...
Summary: Luke Chi Thanks for the help. I used the Examples as guidelines. Was able to create a script to startup and another to shutdown in 15 min. Thank You!!...
Summary: It seems that I didn't explain myself well in the first response because what I meant agrees with what you said Jim but I ll explain more by giving an...
Summary: Hi, We are using AIX 5.2 On IBM P690 servers. We have two systems A and B running in a cluster. I want to create a volume group (VG) on B system. Plea...
Summary: Hi I need to create a shell script to create a report showing users name when they last logged on and if they have exceeded their quota (5mb) I figur...
Summary: You must ask the admin to let you do that Otherwise say to your colleague to create an .rhosts file into his/her ~ The file should contain + After th...
Summary: I've tried to create a partition for FreeBSD on my existing partition using FIPS. I run scandisk and defrag in Windows and then reboot to DOS and try...
Summary: First of all, I would like to thank the folks posting here.. I have learned a lot. Now to my next issue - I am trying to create a script that will pro...
Summary: I need to create a file (report) in UNIX HP-UX and email this report in a format such that MS Word is able to open it. So far I can't do this without ...