Friday, March 20, 2009

Creating one more root Account

#useradd -u 0 -o -g 0 -G 0,1,2,3,4,6,10 -M newroot

#passwd newroot

login as newroot

-bash-3.00# su – newroot


#


Thats it your new root is ready

No comments:

curl and cacert

curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST