Search Results

Search: Posts Made By: silex
2,217
Posted By silex
New simple language
Hi all,
I need to 'create' a new simple scripting language in order to allow SCADA operators make complex tasks against the system in an easy and friendly way.
In other words I need to write mini...
17,843
Posted By silex
In which direction do you want to transfer the...
In which direction do you want to transfer the files?
unix --> windows
windows --> unix

in both cases you can use a text file to store IP, username, password and commands to execute, for example...
12,383
Posted By silex
I have found this PID_MAX: ...
I have found this PID_MAX:

(./usr/sys/include/sys/limits.h)
#define PID_MAX INT_MAX /* max value for process ID */

and INT_MAX is defined as:
(./arch/alpha/machlimits.h)...
12,383
Posted By silex
these are my outputs: ASASTR:clh> ps -ef |...
these are my outputs:

ASASTR:clh> ps -ef | grep "bin/Alime" | grep -v grep
clh 221867 217065 0.0 11:34:01 pts/4 0:00.08 /usr/local/clh/ALPHA/oasys/bin/AlimentaLookAhead
...
12,383
Posted By silex
yes, the whole column would be great. I have...
yes, the whole column would be great. I have tried to get only the second column

ps -ef | grep "bin/Alime" | grep -v grep | cut -f 2

but it shows the whole line again. I don't know why, maybe...
12,383
Posted By silex
I'm looking for a PIDMAX or something like this,...
I'm looking for a PIDMAX or something like this, but I can't find anything. This is my system:
ASASTR:include> uname -a
OSF1 CLHASASTR V5.1 2650 alpha

Thanks again
12,383
Posted By silex
PID length
Does somebody know how many characters can have a PID as maximum?

I'm trying to get the PID of another process running in the same machine. I'm doing this:

ps -ef | grep "bin/Alime" | grep -v...
35,269
Posted By silex
You are always reading the last line ;)
You are always reading the last line ;)
Forum: IP Networking 12-13-2007
7,458
Posted By silex
This file 89.94.18.172.in-addr.arpa. exists? ...
This file 89.94.18.172.in-addr.arpa. exists?

You've got this:
Non-authoritative answer:
*** Can't find 89.94.18.172.in-addr.arpa.: No answer


bye
Forum: IP Networking 12-13-2007
3,797
Posted By silex
Why don't you use 'localhost' instead of '.' ? ...
Why don't you use 'localhost' instead of '.' ?
telnet localhost
ping localhost
...
I think '.' is only MSWindows-related and for some things. Even in a MSWindows box you cannot do:
ping ....
29,683
Posted By silex
Just giving this, how can your system print out...
Just giving this, how can your system print out the complete name of the file that you are looking for?
find: bad option msk_Rco_ijkl_123.Z
I can't understand this



You may need to give a...
Showing results 1 to 11 of 11

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