Skip to content

Linux コマンド集

hikari edited this page Dec 12, 2021 · 1 revision

ファイル関連

ディレクトリに含まれるファイルサイズを表示

du -s -h *

ファイルの容量を表示

ls -l -h

ディスク関連

ファイルシステムを表示

df -h
Clone this wiki locally