Is Your e3000 Environment Secure? - by Mark Bixby

Is Your e3000 Environment Secure? - HPWorld 2003 page 18August 14, 2003
Listing all NMPRG files with PM
capability
file temp;rec=,,b;disc=2147483647
listfile @.@.@,6;seleq=[code=nmprg] >*temp
file temp2;rec=,,b;disc=2147483647
xeq version.pub.sys <*temp >*temp2
xeq awk.hpbin.sys "'&
/^VERSION>/ { getline; getline prog } &
/^CAPABILITIES:.*PM/ { print prog }'" <*temp2
purge *temp;temp
purge *temp2;temp