0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

LPICレベル1の学習メモ 3

Posted at

101の復習の続き

free

メモリの利用状況 空き状況を確認する

uname

システムのOSとか調べるときに使う

watch

コマンドを一定時間ごとに実行できる
-t コマンドの実行結果だけ表示する
-n 秒数指定

tmux

ウィンドウの作業状態を保ったままセッションを切る。デタッチを行える。
アタッチすれば切る前の状態から始められる

パーティション関係

gdisk

パーティションを作成するコマンド最大で128まで作れる。

parted

パーティション操作コマンド
check 番号
ファイルシステムの簡単なチェックを行う

df

ファイルシステムの空き容量を確認

du

ファイルやディレクトリが占めている容量を確認

fsck

ファイルシステムのチェック
-a 自動的に行う
-r 対話的に行う
-A /etc/fstabにあるファイルシステムすべてに行う

0
0
0

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?