> > # echo ::prtusb -v | mdb -k > > Unfortunately, when I enter prtusb from a root shell, > I get next output: "prtusb: command not found".
::prtusb (with the two colons) is a command for mdb. Either run "mdb -k" from a root shell, and inside mdb "::prtusb -v". Or from a root shell: echo ::prtusb -v | mdb -k -- This message posted from opensolaris.org