View Single Post
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#436
Originally Posted by woodyear99 View Post
Thanks, looked like an I on my N900 screen. Any other useful commands on xterminal without need for root. (stayin safe for now)

Is there a xterminal command guide anywhere online specific to n900 commands?
X terminal commands for the n900 are all in four directories. To get each list of commands, type in X terminal:
1. For general commands:
Code:
ls /usr/bin
2. Additional general commands needed before /usr
is available to system (don't worry about that):
Code:
ls /bin
3. Commands for super user, but might have general use:
Code:
ls /usr/sbin
4. super user commands needed before /usr mount:
Code:
ls /sbin
Just about every n900 terminal command is a standard unix command. For information about each of these commands, google is your friend.