基礎
- [Linux][directory] ディレクトリ一覧_LPIC-1 101
- [Linux][directory] ディレクトリ一覧_LPIC-1 102
- [Linux][command] メタキャラクタ_シェル_echo, ', ", `
シェルとシェルスクリプト
- [Linux][command] シェル変数と環境変数_表示_env, printenv, set, declare -f
- [Linux][command] シェル変数と環境変数_シェルのオプション_set -o, set +o
- [Linux][command] シェル変数と環境変数_エイリアス_alias, unalias
- [Linux][command] シェルスクリプト_実行_bash, sh, source, . , exec
- [Linux][command] シェルスクリプト_引数_$
- [Linux][command] シェルスクリプト_テスト_test
- [Linux][command] 制御_繰り返し処理_for, while, seq
- [Linux][command] 制御_read
LPIC 101
ユーザインターフェースとデスクトップ
- [Linux] X_/etc/X11/xorg.conf
- [Linux] X_ネットワーク経由の利用_xhost, xauth, DISPLAY, ssh
- [Linux] X_起動_startx, xinit, ~/.xinitrc, /etc/X11/xinit/xinitrc
- [Linux] グラフィカルデスクトップ_ディスプレイマネージャ、ウィンドウマネージャ、統合デスクトップ環境
- [Linux] リモートデスクトップ_VDI, VNC, RDP, SPICE, XDMCP
- [Linux] アクセシビリティ_キーアクセシビリティ
管理タスク
- [Linux] ユーザとグループの管理_ユーザー管理_useradd, usermod, userdel
- [Linux] ユーザとグループの管理_グループ管理_groupadd, groupmod, groupdel
- [Linux] ユーザとグループの管理_情報管理_passwd, gpasswd, id, getent
- [Linux] ユーザとグループの管理_/etc/passwd, /etc/shadow, /etc/group
- [Linux] ジョブスケジューリング_cron, crontab, at, batch, systemdのTimerUnit, systemd-run, systemctl list-timers
- [Linux] ローカリゼーション_ロケール_locale, LC_*, LANG, /etc/locale.conf
- [Linux] ローカリゼーション_文字コード_iconv
- [Linux] ローカリゼーション_タイムゾーン_tzselect, tzconfig, cp, ln, export
必須システムサービス
- [Linux] クロック設定_date, hwclock, timedatectl, ntpdate
- [Linux] クロック設定_NTP, ntpq, ntpd, /etc/ntp.conf
- [Linux] クロック設定_NTP, chronyc, /etc/chrony.conf
- [Linux] システムログ設定_syslog, rsyslog, syslog-ng, /etc/rsyslog.conf, ファシリティ, プライオリティ
- [Linux] システムログ設定_出力_logger, systemd-cat
- [Linux] システムログ設定_確認_w, last, lastlog, journalctl
- [Linux] システムログ設定_systemd-journald, /var/log/journal, /run/log/journal
- [Linux] システムログ設定_/etc/logrotate.conf
- [Linux] メール管理_MTA, MDA, MUA,sendmail, Postfix, exim
- [Linux] メール管理_送信・確認_mail, mailq
- [Linux] メール管理_転送_/etc/aliases, newaliases, .forward
- [Linux] プリンタ管理_CUPS, IPP, PPDファイル
- [Linux] プリンタ管理_/etc/cups/cupsd.conf, /etc/cups/ppd/, /etc/cups/printers.conf
- [Linux] プリンタ管理_lpr, lpq, lprm, lp, lpstat, cancel
ネットワークの基礎
セキュリティ
- [Linux] スーパーサーバ_inetd, xinetd
- [Linux] ポートの確認_lsof, nmap, fuser
- [Linux] SSH_ホスト認証・公開鍵認証
- [Linux] SSH_scp, ssh-agent, ssh
- [Linux] ユーザーに対するセキュリティ管理_chage, touch, usermod, su, sudo, ulimit, /etc/sudoers
- [Linux] ファイル暗号化_gpg
- [Linux] ファイル検索_find, locate, updatedb, which, whereis, type