Displaying 1 result from an estimated 1 matches for "nuke_id".
Did you mean:
node_id
2008 Nov 26
0
Locking Console: A simple little script
...as with all red-hat
ish scripts. I can''t take credit for the PGM (variable used in case the
script is renamed for some reason in the future) or the reg expression
manipulation (done by a programmer here to remove the leading spaces on
a PID). There is also no need for the echo line for nuke_id. This was
put in for debugging purposes, and lazily I just haven''t removed it.
If any of you find it useful, great. If not, that''s fine too:
script:
#!/bin/bash
PGM=`basename $0`
# script to restart the xenconsole daemon
if [ "$1" = "" ]
then
clear
ec...