Search Results

Search: Posts Made By: sudojo
Forum: Cybersecurity 08-30-2002
3,130
Posted By sudojo
sftp problem
Hi,
I'm in the process of writting some scripts using sftp2 on a HP UX 11.11 machine.
I've found that when I do an 'ls' command , even when in batch mode, it asks for me to 'press any key to...
9,005
Posted By sudojo
Well you'll probably need to read some...
Well you'll probably need to read some documentation.
but, if you put the following code in a file code.awk
and run it with
awk -f code.awk input_file
you should get the desired results.
Awk...
9,005
Posted By sudojo
If this is an ongoing issue you would like to...
If this is an ongoing issue you would like to automate, I'd write an awk script.

Basically

^MSG_HEAD{
if (NR <> 1) close( filename )
iterate the filename
}
{
...
41,970
Posted By sudojo
Thanks for all the suggestions. I think the...
Thanks for all the suggestions.
I think the longname solution will be easy and probably work well.

But since I've been investigating, I found another suggestion on an oracle support board. I...
41,970
Posted By sudojo
Well it's a work/work rather than homework...
Well it's a work/work rather than homework question so I hope that's acceptable.
Here's the background( not at work today so I don't know some stuff off top of my head).
HPUX (10.3 I think)
The...
41,970
Posted By sudojo
Hiding password from ps
I'm calling a program with a command line arguement containing a password. while the process is running anyone on the system can ps -ef and see the password. Is there a way to prevent this from...
Showing results 1 to 6 of 6

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