現在のログインシェルは、環境変数「SHELL」に格納されています。
なので、下記のコマンドで現在のログインユーザーのシェルが確認できます。
echo $SHELL
その他、ユーザーのシェル情報は、「/etc/passswd」 に記述されています。
なので、ユーザー「hoge」の場合、下記コマンドとかで確認できます。
grep hoge /etc/passwd
The shape of the system that overflows in the world is equal to the "knowhows" that parties concerned of each industry have.
People who create the system need high-ranking "knowhows" further.
I want to become ..high-ranking "knowhows".. handlers' help.
2011/06/29
登録:
コメントの投稿 (Atom)
-
プログレッシブダウンロードとは、ストリーミングと同じくデータをダウンロードしながら再生する技術のことを言うらしいです。 ・メリット *HTTPプロトコルで配信が可能。 *上記から配信サーバーとして、HTTPサーバーがあれば配信が可能。 ・デメリット *コンテン...
-
uvicorn app.main:app --reloadは、Uvicornを使用して FastAPIアプリケーションを実行するためのコマンド ただ、意味をちゃんと理解しないでしようしていたのでまとめ uvicorn: Uvicornの実行可能ファイル ...
-
using Excel = Microsoft.Office.Interop.Excel; /// Excelオブジェクト Excel.Application oXls; /// ワークブックコレクション Excel.Workbook oWBook = this.oXl...
0 件のコメント:
コメントを投稿