基礎
- [Linux] システム、プロセス、デーモン、シェル、コマンド、スクリプト、プログラムの違い
- [Linux][directory] ディレクトリ一覧
- [Linux][directory] デバイスファイルと設定ファイル_/dev, /etc, /bot, /proc
- [Linux][command] メタキャラクタ_正規表現
- [Linux][command] メタキャラクタ_シェル_echo, ', ", `
- [Linux][code] 改行コードとは_CRLF, CR, LF, \r\n, \r, \n
- [Virtual Architectute] ハイパーバイザ型、ホストOS型、コンテナ型とは
システムアーキテクチャ
-
[Linux][command] 起動時のイベント確認_dmesg, cat, journalctl -k, journalctl --dmesg
-
[Linux][command] システムシャットダウン_shutdown, systemctl, init, telinit
-
[Linux][command] システム再起動_reboot, shutdown, systemctl, init, telinit
-
[Linux][system] 初期化システム_ランレベルの切替/反映方法_GRUB/GRUB2, Sysvinitt, systemd, init, telinit, systemctl, ln
Linuxのインストールとパッケージ管理
-
[Linux][system] ブートローダ_GRUB Legacy, GRUB 2, grub-install, grub>, grub-mkconfig
-
[Linux][command] 共有ライブラリ_/etc, ldd, ldconfig, LD_LIBRARY_PATH
-
[Linux][command] パッケージ管理ツール_dpkg, apt, rpm, yum, dnf, zypper
GNUとUnixコマンド
- [Linux][command] シェル変数と環境変数_echo, unset, export
- [Linux][command] シェル変数と環境変数_表示_env, printenv, set
- [Linux][command] コマンド制御演算子_;, &&, ||
- [Linux][command] シェル_コマンド履歴参照_history, !
- [Linux][command] パイプとリダイレクト_|, >, >>, <, <<, tee
- [Linux][command] マニュアル参照_man, whatis, makewhatis, apropos
- [Linux][command] ディレクトリ・ファイル管理_表示_ls, stat, less, more, file
- [Linux][command] ディレクトリ・ファイル管理_ディレクトリ操作_cd, mkdir, pwd
- [Linux][command] ディレクトリ・ファイル管理_ファイル操作_cp, mv, touch
- [Linux][command] ディレクトリ・ファイル管理_削除_rm, rmdir
- [Linux][command] テキスト処理_表示_cat, nl, od, head, tail
- [Linux][command] テキスト処理_検索_grep, egrep, fgrep, cut
- [Linux][command] テキスト処理_統計_wc
- [Linux][command] テキスト処理_整列_sort, uniq
- [Linux][command] テキスト処理_分割・統合_split, paste
- [Linux][command] テキスト処理_置換・削除_tr, sed
- [Linux][command] テキスト処理_その他_xargs, md5sum
- [Linux][command] エディタ_vi, Vim, Emacs, nano
- [Linux][command] エディタ_vi
デバイス、Linuxファイルシステム、ファイルシステム階層標準
ファイルとプロセスの管理
- [Linux][command] ファイルとディレクトリのパーミッション_chmod, umask, SUID, SGID, Sticky Bit
- [Linux][command] ディレクトリ・ファイル管理_所有者_chown, chgrp
- [Linux][command] ディレクトリ・ファイル管理_圧縮・解凍・標準出力_gzip, bzip2, xz, gunzip, bunzip, zcat, bzcat, xzcat
- [Linux][command] ディレクトリ・ファイル管理_作成・展開_tar, cpio, dd
- [Linux][command] ハードリンクとシンボリックリンク_ln
- [Linux][command] プロセス管理_表示_ps, pgrep, pstree, watch
- [Linux][command] プロセス管理_実行_nice, renice, nohup
- [Linux][command] プロセス管理_終了_kill, killall, pkill, Ctrl + C, Ctrl + Z
- [Linux][command] プロセス管理_システム情報_uname, top, free, uptime
- [Linux][command] プロセス管理_ジョブ管理_jobs, &, fg, bg
デバイスとLinuxファイルシステム
- [Linux][system][command] パーティションとファイルシステムの作成プロセス_mkswap, swapon, swapoff
- [Linux][command] パーティション作成_fdisk, gdisk, parted, MBR, GPT
- [Linux][command] ファイルシステム管理_作成_ext4, XFS, Btrfs, vfat, exFAT, mkfs, mke2fs, mkswap
- [Linux][command] ファイルシステム管理_確認_df, du, fsck, e2fsck
- [Linux][command] ファイルシステム管理_パラメータ管理_tune2fs
- [Linux][command] ファイルシステム管理_XFSファイルシステム管理_mkfs, xfs_
- [Linux][directry] マウントオプション_/etc/fstab
- [Linux][command] UUIDの表示_blkid, lsblk
- [Linux][command] マウントとアンマウント_mount, umount
- [Linux][command] ファイル検索_find, locate, updatedb, which, whereis, type