10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi,
when I run "env" there are few variable prinitng related to application
$env
SRV=test
NVV=test2
from where this file is invoking, I checked in ./bash_profile and ./profile didn't find the variable.
So what is the file I need to edit this variable. (8 Replies)
Discussion started by: stew
8 Replies
2. Web Development
(Above from Apache docs).
On my system, using:
SetEnvIf User-Agent Mozilla IsBad=1
Order allow,deny
Allow from all
Deny from env=IsBad ...I see that environment variable is set (using phpinfo()) but the page is still served. No errors in the Apache logs. (1 Reply)
Discussion started by: gnurob
1 Replies
3. Shell Programming and Scripting
Hi,
I have a small requirement
set -x
`grep IMPACT_HOME=/opt/impact /opt/NETCOOLINST/r.txt | cut -d'=' -f2`
if ;
then
sed 's#IMPACT_HOME=*#d' /opt/NETCOOLINST/r.txt
echo "IMPACT_HOME=" >> /opt/NETCOOLINST/r.txt
sed 's#IMPACT_HOME=*#IMPACT_HOME=/opt/impact#g' /opt/NETCOOLINST/r.txt... (2 Replies)
Discussion started by: dbashyam
2 Replies
4. Shell Programming and Scripting
Hi,
please help me.. in how to find out which env file is being called upon when an os user logs.
when i su - oracle , i would like to know which env is called, because i see many env files under the home dir..
thanks, (2 Replies)
Discussion started by: jjoy
2 Replies
5. Shell Programming and Scripting
I am running a unix script and calling an env script with in that. but the variables i am exporting in env are not being used by the present script. can any body let me know why? The env file is in the same directory and when i run in devug mode its able to show all the variable values also.
... (1 Reply)
Discussion started by: dsravan
1 Replies
6. UNIX for Dummies Questions & Answers
Hi,
I can use rcp to copy a file from unix to window.
How can I get a file from window env in unix.
Ivan (1 Reply)
Discussion started by: egckhad
1 Replies
7. AIX
hi eveybody,
i m trying to set acl using acledit command in AIX box
but wat im gettung is
3002-100 acledit: EDITOR environment variable not set
can anyone help me out how 2 set editor....................
thanks in advance (4 Replies)
Discussion started by: rrlog
4 Replies
8. Shell Programming and Scripting
Hello friends,
i run two scripts manually & they work.
i run them in cron & they don work.
how to match the two env's
1.command line env
2.cron env
i would like cron to use command line env.
Thanks & Regards
Abhijeet (1 Reply)
Discussion started by: abhijeetkul
1 Replies
9. Shell Programming and Scripting
Hi,
I have inserted the following line in my local.login file
setenv ORACLE_HOME /u01/app/oracle/product/8.1.7
Then when I do an echo
$ echo $ORACLE_HOME
I get a blank line. Am I setting up ORACLE_HOME incorrectly?
Thanx (3 Replies)
Discussion started by: nattynatty
3 Replies
10. UNIX for Dummies Questions & Answers
hi all,
My newbie question is: where is the "env" file?
I can define some settings via .profile (with Korn Shell). However, where is the env file that specifies the default PATH, LANG, DISPLAY, TZ... etc?
I am using SPARC/ Solaris 8. Thanks in advance. (4 Replies)
Discussion started by: andrec
4 Replies