10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I want to add a line to the script that searches for a file. If the file does not exist, I need to kill the cronjob and run it again in one hour. I am running the program and 2 am and 2pm. I would want the job to run again at 3am and 3pm respectively. How could I do this and still keep the cronjob... (1 Reply)
Discussion started by: libertyforall
1 Replies
2. UNIX for Dummies Questions & Answers
In root dir i have created a .profile file and added variable and assigned a path to it:
a = '/dir/dir'
export a
but when i echo (echo $a) the path or use this variable the value or path not getting displayed.
i tried executing the .profile and logging out and logging in, didnt workout. am... (1 Reply)
Discussion started by: abhi_n123
1 Replies
3. UNIX for Advanced & Expert Users
Hi Experts,
Can any one guide me to change the .profile location;
My case is; I have two .profile in /DATA/home/x/ as well as /home/x/.
While login system default refers to /home/x/ but I need to change this to /DATA/home/x/.
Please advice. It is urgent... (3 Replies)
Discussion started by: Jerald Nathan
3 Replies
4. Shell Programming and Scripting
Hi,
Script that I wrote only run sql query once then exit. But my requirement, I want the query can be execute a couple of time without exiting the script. How could I do it? Thanks. (1 Reply)
Discussion started by: killboy
1 Replies
5. UNIX for Advanced & Expert Users
Hello,
When I run a script, the script sometimes exited. I need to re-run it automatically again. Currently I am using crontab to run the script each 5 minutes. However, I need to have a better solution.
Any idea what to do?
thanks (3 Replies)
Discussion started by: melanie_pfefer
3 Replies
6. AIX
Hello
This is the format of present profile which we use for a AIX user
export DMRUNuser ; DMRUNuser="owbrunuser_10"
export DMRUNpasswd ; DMRUNpasswd="ods$12345"
DMRUNuser&DMRUNpasswd were the environmental users which store the user id and password of a... (1 Reply)
Discussion started by: kalpana.anuga
1 Replies
7. AIX
Hi guys, I am very very new to AIX, (actually today I entered an AIX server for the first time), but I have worked with Solaris a little bit in the past.
Today when I entered the system, the first thing I realized is that there was no "/home/" directory created, and instead it took me to a... (1 Reply)
Discussion started by: panchopp
1 Replies
8. Shell Programming and Scripting
:(
1.) How is .profile and environment variable linked.?
2.) What happens when we execute a script.? (3 Replies)
Discussion started by: guhas
3 Replies
9. Solaris
Hi,
I'm using solaris 8 and I need to know where I can add the following variable to have it applied to all my user Ids.
I tried to add this to /etc/profile but not working when i check with "env" command :
export PW_MATRIX=/usr/local/ccms/security/dat/.PASSWORD_MATRIX
export... (2 Replies)
Discussion started by: unclefab
2 Replies
10. UNIX for Dummies Questions & Answers
In my /etc/profile, my $PATH variable is set as follows:
$PATH =/sbin:/usr/sbin:/usr/bin:/etc
Then how do I add an additional directory to it? say
/export/home/abd/rose
Please advise.
Thanks!
Deepali (3 Replies)
Discussion started by: Deepali
3 Replies