how to use commad in QNX ?

hi all !
I want to look up commands in QNX is on site?
thanks.

Check the Utilities Reference at
openqnx.com/static/neutrino/bookset.html

You also can try:

ls /bin

ls /usr/bin

ls /sbin

ls /usr/sbin

ls /usr/local/bin

To find the syntax on a command, eg. “ls” you can use the “use” command, ie.

use ls