-
Jul 30 |
SCRIPTING |
Noman |
2180 Views |
with No Comments
How to kill all process of particular user. pgrep -u username | xargs kill -9...
-
Jul 28 |
SCRIPTING |
Noman |
2192 Views |
with No Comments
Below script will do five iterations. #!/bin/bash i=1 while $i -le 5 ...
-
Jul 28 |
SCRIPTING |
Noman |
2402 Views |
with No Comments
This Shell script will check the time_wait and close_wait on linux server for incoming request. ...