Search Results

Search: Posts Made By: hoang
Forum: IP Networking 06-25-2002
2,410
Posted By hoang
Modifying Route
hello,
I have to communicate with a distant station . But Both belong to the same area. So I do not need a gate .
But when I make a traceroute, it indicates that I pass through out a gate.

What...
11,777
Posted By hoang
colors in ksh script
hello!

I'd like to print on screen amessage.
What can I do to print this message with blue fonts.

thanks...
4,593
Posted By hoang
script ksh/awk/grep
How can I extract the 9th line of a text file.

thanks vm.:confused:
2
awk
2,024
Posted By hoang
awk
I have a files in witch there are a column of numbers like
number1
number2
number3

And I want to get each number ( in a ksh script ) and affect it to a variable, for ex:

P1 = number1
P2 =...
Forum: Cybersecurity 04-23-2002
9,969
Posted By hoang
get number of a port
Hello every one.
I work in a LAN with many application server.
Each one use a different port.
What command permit to obtain the number of these port.

thanks
6,184
Posted By hoang
create a periodic execution of a script?
Hello every body
goal: create a script that control periodicly ( every 30 min ) if a process is already actif.

How can I do that?

thanks
Forum: IP Networking 04-16-2002
20,958
Posted By hoang
how to use PING command efficiently
Do anyone telle me please how to use PING command to verify connection (TCP/IP) between serveurs.

thanks
1,742
Posted By hoang
I tried to get the PID on the files called PID_Server
$!>PID_FILES

I try to get the PID of the last process on the files called PID_FILES.
But the command stands by on the output screen. I have to tape on ENTER to get the prompt and continue .
...
2,779
Posted By hoang
simuling a CR in a ksh script
Hello Every body!!!
I'm writting a script and I plain to get the PID of a process resulting from a command.

for ex: ( `command` ) & echo $!>PID_FILES

but when I start this line , le system...
2,033
Posted By hoang
use information from file for command
Do anyone show me the way to use PIDs stocked in an external file as entries for a command.

ex : for the command PFILES


thanks
14,840
Posted By hoang
how to get PFILES arguments from a files
I have a list of PID stocked in an external file.
What is the command that let me use all the PIDs on the file as PFILES arguments ?
14,840
Posted By hoang
functionalities of PFILES
Hello every body.
Do anyone describe to me functionalities of PFILES
1,792
Posted By hoang
problem !!!!
I need every body now.
First I expose to you my problem.
in solaris environment, I use one user.
And this user owns 5 applicative servers ( with their 5 ports ).
And I want to start/stop one of...
2,267
Posted By hoang
What a shell script comportment
An another question from a junior.
When we create a shell script, what extension (with ksh ) do we use.
And how can this file be use by the system to interprete the program.
Do we have to compile...
2,103
Posted By hoang
that's well
thank you LIVIN FREE
Your answer helps me much.
2,327
Posted By hoang
difference between NULL and ' '
If I write a ksh script like :
if [ ($2 = ' ' ) ] || [ ( $3 = ' ' ) ] exit
fi

because I want to control the command syntax.
Do I use ' ' or NULL to specify the none value of the...
82,933
Posted By hoang
$?
$? gives the PID of the last process.

But if many processes start consequently,I'm not sure that we
can get the one we search.
2,103
Posted By hoang
about ksh ? /// for LINVIN FREE
(ps -ef | grep [p]rocessname >/dev/null 2>&1) \
&& echo "OK" \
|| echo "Not OK"

Thank you very much for your answer.
what is the...
3,071
Posted By hoang
script KSH - how to get PID in a script ?
Hello every body...
I've writen a ksh script to start a server.
How may I get the PID of the process-server
to be sure that the server is really started.
think you all
Showing results 1 to 19 of 19

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