Difference between revisions of "Bright cmsh:Basic commands"
Jump to navigation
Jump to search
| Line 28: | Line 28: | ||
moves to the level above | moves to the level above | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | [bright-head]% device | ||
| + | [bright-head->device]% .. | ||
| + | [bright-head]% | ||
| + | </syntaxhighlight> | ||
* quit | * quit | ||
quits cmsh | quits cmsh | ||
Revision as of 12:43, 17 July 2013
Basic Usage
Bright can be run through several command line tools. The most important one is CMSH. CMSH is an easy to use tool.
to start the tool simply run the command:
cmsh
Useful commands
- Alias
The alias command can be useful to allow users to use the normal linux commands. For example to use the ls command instead of help run the command:
[root@bright-head ~]# cmsh
[bright-head]% alias ls help- Help
lists available options
- exit / ..
moves to the level above
[bright-head]% device
[bright-head->device]% ..
[bright-head]%- quit
quits cmsh