9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi Forum,
Good Day!
I have created an empty html file wtih permissoin 777
created shell script(with permission 777) , code is below.
#=======================start==============
. /data09/oracle/apps_st/appl/D_oraapp095.env
rm -rf /home/mnp/Test_log.txt
echo... (1 Reply)
Discussion started by: kartheekbk
1 Replies
2. UNIX for Dummies Questions & Answers
Hi
I need my script to run at 7:30, 7:40, 7:50 & 8:00 AM.
Defined like:
30,40,50 7,8 * * * sh myscript.sh
But this runs even at 8:30, 8:40, 8:50 - which I don't need..
Please advise. (4 Replies)
Discussion started by: ashokvpp
4 Replies
3. Shell Programming and Scripting
Hi
Iam running below script in crontab but its not working.
#!/bin/sh
cd /Scripts
/usr/local/bin/expect -f /Scripts/bng_backup.exp /Scripts/data.txt
tar -cf bngbackup.tar bngbackup ;gzip bngbackup.tar
when iam running manually the output file is generating..but bngbackup.tar.gz file... (5 Replies)
Discussion started by: surender reddy
5 Replies
4. UNIX for Advanced & Expert Users
Hi all,
i have the following script
#!/bin/sh
for i in `ps -leaf --cols 1024 | grep LogUser | grep -v grep | awk '{print $4}'`;
do
echo $i
kill -15 $i;
done;
but it seems that the crontab its sciping this script,i configured corntab as following
*/30 * * * root... (2 Replies)
Discussion started by: charli1
2 Replies
5. Shell Programming and Scripting
Hi ,
I have a script to update firefox proxy. But the echo is not updating the double quotes.
paste /home/names.txt /home/ip.txt | while read i j
do
mkdir $i
echo "user_pref("network.proxy.http", "$j");" >> /home/$i/prefs.js
echo "user_pref("network.proxy.http_port", 8080);" >>... (3 Replies)
Discussion started by: ranjancom2000
3 Replies
6. UNIX for Dummies Questions & Answers
Hi,
We can schedule a new job using crontab -e.
is there any other way to achieve the same(opening the file directly and add an entry).
I have tried to access /var/spool/crontabs directory. But i am getting permission denied error,
Please help me. Thanks (8 Replies)
Discussion started by: pandeesh
8 Replies
7. Solaris
I have X4500 machine with solaris 10 OS and software version 5.10. The firmware version is 1.1.1 and I am planning to upgrade the firmware.
C H A P T E R 1 - Flash Upgrading Your Server to Software Release 1.2
I referred to the above link to do so. But, I do not understand what is the... (6 Replies)
Discussion started by: bharu_sri
6 Replies
8. Shell Programming and Scripting
Hello,
I read and search through this wonderful forum and tried different approaches but it seems I lack some knowledge and neurones ^^
Here is what I'm trying to achieve :
file1:
test filea 3495;
test fileb 4578;
test filec 7689;
test filey 9978;
test filez 12300;
file2:
test filea... (11 Replies)
Discussion started by: mecano
11 Replies
9. Post Here to Contact Site Administrators and Moderators
I'm trying to update my profile with a temp e-mail address. This is a hotmail e-mail address and it wont allow it.
The reason for this is I've changed my service with my ISP since I've moved :D and well I've gone form Cable to DSL :mad: Now my e-mail accounts are still there but I can't... (4 Replies)
Discussion started by: woofie
4 Replies