差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:arduino_ide [2022/01/10 10:32] – [動作確認] ともやん | linux:arduino_ide [2024/04/19 09:59] (現在) – ↷ 移動操作に合わせてリンクを書き換えました。 非ログインユーザー | ||
|---|---|---|---|
| 行 5216: | 行 5216: | ||
| <code autoconf> | <code autoconf> | ||
| #export PATH=" | #export PATH=" | ||
| + | </ | ||
| + | <code autoconf> | ||
| #if [ -x " | #if [ -x " | ||
| # JAVA=$APPDIR/ | # JAVA=$APPDIR/ | ||
| 行 5651: | 行 5653: | ||
| ユーザーを **dialout** グループに所属させる。\\ | ユーザーを **dialout** グループに所属させる。\\ | ||
| - | [[:linux: | + | [[linux:commands: |
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| 行 5660: | 行 5662: | ||
| </ | </ | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ sudo usermod -a -G dialout | + | $ sudo usermod -a -G dialout |
| $ id tomoyan | $ id tomoyan | ||
| </ | </ | ||
| 行 5667: | 行 5669: | ||
| </ | </ | ||
| </ | </ | ||
| + | ※id コマンドにユーザー名を指定すると、ログインユーザーの状態ではなく現在の設定状態が確認できる。\\ | ||
| - | 再ログインして動作確認を行う。\\ | + | 再ログインして動作確認を行う。(exec bash –login)\\ |
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ su - tomoyan | + | $ exec $SHELL |
| - | </ | + | |
| - | <WRAP color_result>< | + | |
| - | パスワード: | + | |
| - | </ | + | |
| - | <WRAP color_command>< | + | |
| $ arduino & | $ arduino & | ||
| </ | </ | ||