2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LPIC201かいつまんだチートシート

Last updated at Posted at 2021-04-30

####htop
Cpuコア、メモリ、swapの使用率

####iostat
システムCPU、Disk IO

####カーネルイメージ
/boot/vmlinuz-2.6.3

####初期RAMディスクイメージ
/boot/initrd.img-2.6.3

####カーネルアドレスマップ
/boot/System.map-2.6.3

####カーネルコンフィギュ
/boot/config-2.6.3

####カーネルに必要なファイル
/usr/src/linux/

####カーネル各種設定
/usr/src/linux/.config

####カーネル本体
/usr/src/linux/kernel/

####カーネルのビルド時に参照する資料
/usr/src/linux/Documentation/

####makeやカーネルのver情報
/usr/src/linux/Makefile

####make modules_installインストール後
/lib/modules/2.6.3/

####カーネルパラメータを恒久的に変更dir
/etc/sysctl.d/

####Red Hatのcrondの自動起動調べる
chkconfig --list crond

####カーネルイメージにルートファイル位置を書き込み
rdev

####xfs情報
xfs_info

####作成済XFSに対して様々な設定
xfs_setup

####mke2fs実際には実行しない
-n

####ext2/ext3/ext4ファイルシステムのチェック
e2fsck

####作成済extに対して設定
tune2fs

####ブロックデバイス全体の暗号化
dm-crypt

####ext対話的デバッグ
debugfs

####レイドの情報を表示
-Q --query

####レイドの詳細情報
-D --detail

####RAID を構築
0xfd

####RAID管理・操作
/etc/mdadm.conf
/etc/mdadm/mdadm.conf

####RAID アレイの状態
/proc/mdstat

####iscsiadm接続先
-p --portal

####SCSIターゲットを指定
-T --targetname

####SSD最適化
fstrim

####iSCSIターゲットを一意に識別
IQN

####共有ライブラリの検索パス
LD_LIBRARY_PATH

2
3
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?