55
56
57
58
59
60
61
|
The runscript method is a brute force way to run scripts where the
user is responsible for setting STATE and STATUS
-------------------
runscript main.csh
-------------------
|
>
>
>
>
>
>
>
>
|
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
The runscript method is a brute force way to run scripts where the
user is responsible for setting STATE and STATUS
-------------------
runscript main.csh
-------------------
Debugging Server Problems
~~~~~~~~~~~~~~~~~~~~~~~~~
----------------
sudo lsof -i
sudo netstat -lptu
sudo netstat -tulpn
----------------
|