Search Results

Search: Posts Made By: talashil
4,624
Posted By neutronscott
From the modules info, this uses the normal krb5...
From the modules info, this uses the normal krb5 libraries. From their manual:


Try that
1,693
Posted By Corona688
Remember that wildcards happen in the shell... ...
Remember that wildcards happen in the shell... If that worked, it would expand to

cp file dir1 dir2 dir3 which would mean what? Copy file, dir1, dir2 into dir3. Not what you intended probably....
1,318
Posted By Corona688
What are the "* * * * *" ? That does not look...
What are the "* * * * *" ? That does not look like valid perl.

RESPONSE=""

while ! [ "$RESPONSE" = "q" ]
do
printf "Enter 'n' for New , 'e' for Existing or 'q' to quit: "
...
1,423
Posted By disedorgue
hi, try this: d_var=`cat /etc/sysconfig/clock...
hi,
try this:
d_var=`cat /etc/sysconfig/clock | grep ZONE | cut -f2 -d= | tr -d \"`
Regards.
1,062
Posted By MadeInGermany
If all the destination files are already present...
If all the destination files are already present (update), you can use
ssh xyx 'cat /tmp/1.sh' | tee /opt/oracle/11.2.0/*/hs/admin/1.sh >/dev/null
Otherwise you can try
ssh xyx 'cat /tmp/1.sh' |...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 11:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy