Difference between revisions of "Bright cmsh:Basic commands"
Jump to navigation
Jump to search
(Created page with "== 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 comma...") |
(No difference)
|
Revision as of 12:40, 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
The tool can be navigated by entering the catergory or comand into the command line. To see the availble options type help:
Other Useful command
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:
<syntaxhighlight> [root@bright-head ~]# cmsh [bright-head]% alias ls help <syntaxhighlight>