Search Results

Search: Posts Made By: brightstorm
1,711
Posted By ahamed101
Try this... #!/bin/ksh ...
Try this...


#!/bin/ksh
queuefile="/path/to/queue.file"

while read line; do
set -A arr $line
echo ${arr[0]} ${arr[1]} ${arr[2]}
done < $queuefile
regards,
Ahamed
1,711
Posted By bash-o-logist
while read a b c; do echo $a; done <file
while read a b c; do echo $a; done <file
Forum: IP Networking 03-12-2011
3,091
Posted By fpmurphy
If you have appropriate corporate permission you...
If you have appropriate corporate permission you could use nmap to scan the ports on that particular host.

Otherwise it may be a case of blocking that host and see who complains.
Forum: Linux 11-04-2010
7,945
Posted By pludi
Could you post the output of these console...
Could you post the output of these console commands in the guest (have to be run as root):
ifconfig -a
ip route
iptables -L -n
Also, if possible, post the output of traceroute -n <wan ip>
Showing results 1 to 4 of 4

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