Difference between revisions of "Bright cmsh:Basic commands"

From Define Wiki
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...")
 
Line 26: Line 26:
 
[root@bright-head ~]# cmsh
 
[root@bright-head ~]# cmsh
 
[bright-head]% alias ls help
 
[bright-head]% alias ls help
<syntaxhighlight>
+
</syntaxhighlight>

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


Navigation

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:

[root@bright-head ~]# cmsh
[bright-head]% alias ls help