基礎
- [Linux] システム、プロセス、デーモン、シェル、コマンド、スクリプト、プログラムの違い
- [Linux][directory] ディレクトリ一覧
- [Linux][directory] デバイスファイルと設定ファイル_/dev, /etc, /bot, /proc
- [Linux][quotation mark][command] 引用符_', ", `
- [Linux][RegularExpression] 正規表現
システムアーキテクチャ
- [Memory] メモリの種類
- [Memory] 大容量記憶装置(Mass Storage Device)について
- [Linux][system] ファームウェア_BIOS, UEFI
- [Linux][directory][command] デバイス情報_/proc, lsusb, lspci
- [Linux][command] デバイス_lsusb, lsmod, modprobe
- [Linux][directory] 起動プロセス_/boot, /etc, /lib
- [Linux][command] 起動時のイベント確認_dmesg, cat, journalctl -k
- [Linux][command] システムシャットダウン_shutdown
- [Linux][command] システム再起動_reboot, shutdown, systemctl, init, telinit
- [Linux][system] 初期化システム_init, systemd
- [Linux][command] systemdの管理_systemctl
- [Linux][system][command] ランレベルの切替_GRUB/GRUB2, Sysvinitt, systemd, init, telinit, systemctl
Linuxのインストールとパッケージ管理
- [Linux] パーティション設計
- [Linux][system] ブートローダ_GRUB Legacy, GRUB 2
- [Linux][directory][command] 共有ライブラリ_/etc, ldd, ldconfig
- [Linux][command] パッケージ管理ツール_dpkg, apt, rpm, yum, dnf, zypper
GNUとUnixコマンド
- [Linux][command] シェル変数と環境変数_echo, export
- [Linux][command] ファイル操作_ls, cp, mv, mkdir, rm, rmdir, touch, file
- [Linux][command] テキスト処理_cat, nl, od, head, tail, cut, paste, tr, sort, split, uniq, wc, xargs, md5sum, grep, sed
- [Linux][command] viエディタ_vi
デバイス、Linuxファイルシステム、ファイルシステム階層標準
ファイルとプロセスの管理
- [Linux][command] ファイルとディレクトリのパーミッション管理_chmod, umask, SUID, SGID
- [Linux][command] ファイルの所有者管理
- [Linux][command] ファイル管理_gzip, bzip2, xz, tar, cpio, dd
- [Linux][command] ハードリンクとシンボリックリンク_ln
- [Linux][command] プロセス管理_ps, kill, updatedb, jobs
デバイスとLinuxファイルシステム
- [Linux][system][command] パーティションとファイルシステムの作成_MBR, GPT, ext4, XFS, Btrfs, vfat, exFAT, fdisk, gdisk, parted,mkfs, mke2fs, mkswap
- [Linux][command] パーティション管理_fdisk, gdisk, parted
- [Linux][command] ファイルシステム管理_df, du, fsck, e2fsck, tune2fs
- [Linux][command] XFSファイルシステム管理
- [Linux][directry] マウントオプション_/etc/fstab
- [Linux][command] UUIDの表示_blkid, lsblk
- [Linux][command] マウントとアンマウント_mount, umount
- [Linux][command] ファイル検索_find, locate, updatedb, which, whereis, type