Search Results

Search: Posts Made By: edgarvm
2,330
Posted By ygemici
try like this ;) sed $^ "a^ {^ ...
try like this ;)
sed $^
"a^
{^
STRINGTABLE DISCARDABLE^
BEGIN^
#define CLIENT_MODULE, "%CLIENT_MODULE%"^
#define CLIENT_ID, "%CLIENT_ID%"^
END^
}^ "%1\%2.rc" " file_to_parse.rc
...
6,441
Posted By otheus
The only workable solution is a two-pass one. Use...
The only workable solution is a two-pass one. Use the sed file as you have created it (removing the comma and double quotes around your variable), then make a second pass with sed on the command...
9,361
Posted By vgersh99
nawk '{idx=$1 $2} FNR==NR{f1[idx];next} idx in...
nawk '{idx=$1 $2} FNR==NR{f1[idx];next} idx in f1' file1 file2
Forum: AIX 05-24-2011
10,885
Posted By bakunin
6.1 is at TL6 as of now. Probably it would be a...
6.1 is at TL6 as of now. Probably it would be a good idea to update your system prior to installing Oracle.

To update your system go to IBMs FixDist Central, select your own level, the desired...
Forum: AIX 05-24-2011
10,885
Posted By zaxxon
As already mentioned, you might have a look in...
As already mentioned, you might have a look in your former relating post and follow the link to IBM Fix Central in my answer...:
https://www.unix.com/aix/160216-how-install-specific-os-patch.html
Forum: AIX 05-24-2011
10,885
Posted By bakunin
AIX 6.1 will - depending on the exact version -...
AIX 6.1 will - depending on the exact version - need this fix or another.

Searching for the fix (mprotect() returns ENOMEM for text segment in 32 bit) at the IBM site i found three different...
Forum: Programming 11-10-2010
7,159
Posted By Corona688
As I understand it, you're trying to login with a...
As I understand it, you're trying to login with a password noninteractively? These commands read from /dev/tty as a security feature, to prevent people from being able to login with stored plaintext...
Forum: AIX 07-09-2010
24,712
Posted By john1212
Hi it's link /opt/oracle/product/10.2/lib32...
Hi
it's link
/opt/oracle/product/10.2/lib32 and /opt/oracle/product/10.2/lib
you rather look for /opt/oracle/product/10.2/lib64
please look,
https://www.unix.com/aix/59058-error-0509-036-a.html
Forum: Programming 11-09-2010
6,851
Posted By purdym
Let's assume you not trying to hack a privileged...
Let's assume you not trying to hack a privileged account...
can you make /usr/OtherUser/bin/runX setuid.

And give yourself group execute?
Forum: Programming 11-09-2010
6,851
Posted By Loic Domaigne
Two ideas that comes to my mind: why should...
Two ideas that comes to my mind:

why should the runX be run with the priviledges of OtherUser. If the reason is because of files permissions, a better solution could involve putting User and...
Forum: Programming 11-09-2010
6,851
Posted By Corona688
For obvious security reasons, it doesn't, just...
For obvious security reasons, it doesn't, just like any other sane command that takes a password.
Showing results 1 to 11 of 11

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