Differences between revisions 1 and 2
Revision 1 as of 2016-11-08 10:59:22
Size: 866
Comment:
Revision 2 as of 2016-11-10 21:18:03
Size: 1155
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[LINUXで使用されるコマンド]
Line 13: Line 15:
 * ps -ef : 起動しているプログラムを表示。  * ps -ef : 起動しているプロセスを表示。
Line 18: Line 20:

 *

-----

[Digital systemで作られているコマンド]

 * usercode : /opt/rtcds/userapps/release へ移動。

 * cdscode : /opt/rtcds/rtscore/release/opt/rtcds/userapps/release へ移動。(※stand aloneでは使用しない)

[LINUXで使用されるコマンド]

  • dmesg : stand alone (デジタルシステムのPC)の起動しているものをすべて表示。
  • dmesg | grep " name " : 起動している表示一覧から" name "の文字列を含んでいるものを表示。

  • lsmod : 走っているプログラムの表示。
  • locate " file name " : 入力したファイル名がどこにあるか表示。

  • pwd : 現在どこにいるのかを表示。
  • sudo mount -a : stand aloneから作業しているPCへデータをマウント。
  • ps -ef : 起動しているプロセスを表示。
  • ps -ef | grap " name " : 起動一覧から" name "の文字列を含んでいるものを表示。

  • kill " number " : ps -efで確認した実行中の番号を入力することで終了させることができる。


[Digital systemで作られているコマンド]

  • usercode : /opt/rtcds/userapps/release へ移動。
  • cdscode : /opt/rtcds/rtscore/release/opt/rtcds/userapps/release へ移動。(※stand aloneでは使用しない)

KAGRA/Subgroups/CRY/command (last edited 2016-11-14 14:02:28 by TakahiroMiyamoto)