LoginSignup
0

More than 5 years have passed since last update.

<linux コマンド4.ユーザシステム>

Last updated at Posted at 2018-03-21

〇ユーザ情報の表示
$ id
$ id ユーザ名

〇ログインユーザの表示
$ w

〇ディスク容量
$ df
$ df -H 表示内容に単位を付けて表示する

〇使用容量表示(キロバイト単位)

 合計サイズだけを表示
$ du -s
 使用量を大きい順に並べ替えを行う
$ du | sort -nr

〇システム情報表示

 すべての情報の表示
$ uname -a

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0