基礎
- [Linux][directory] ディレクトリ一覧_LPIC-1 101
- [Linux][directory] ディレクトリ一覧_LPIC-1 102
- [Linux][command] メタキャラクタ_シェル_echo, ', ", `
1. シェルとシェルスクリプト
- [Linux][command] シェル_bash, ディレクトリ, ファイル
- [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] 制御_条件分岐_if, case
- [Linux][command] 制御_繰り返し処理_for, while, seq
- [Linux][command] 制御_read
LPIC 101
2. ユーザインターフェースとデスクトップ
- [Linux] X_/etc/X11/xorg.conf
- [Linux] X_起動手順_startx, xinit, ~/.xinitrc, /etc/X11/xinit/xinitrc
- [Linux] X_ネットワーク経由の利用手順_xhost, xauth, DISPLAY, ssh
- [Linux] グラフィカルデスクトップ_ディスプレイマネージャ、ウィンドウマネージャ、統合デスクトップ環境_XDM, KDM, Xfce
- [Linux] リモートデスクトップ_VDI, VNC, RDP, SPICE, XDMCP
- [Linux] アクセシビリティ_キーアクセシビリティ
3. 管理タスク
- [Linux] ユーザとグループの管理_ユーザー管理_useradd, usermod, userdel
- [Linux] ユーザとグループの管理_グループ管理_groupadd, groupmod, groupdel
- [Linux] ユーザとグループの管理_情報管理_passwd, gpasswd, id, groups, getent
- [Linux] ユーザとグループの管理_/etc/passwd, /etc/shadow, /etc/group
- [Linux] ジョブスケジューリング (cron job) _crontab, at, batch, systemdのTimerUnit, systemd-run, systemctl list-timers, /var/spool/cron, /etc/crontab
- [Linux] ローカリゼーション_ロケール_locale, LC_*, LANG, /etc/locale.conf
- [Linux] ローカリゼーション_文字コード_iconv
- [Linux] ローカリゼーション_タイムゾーン_tzselect, tzconfig, cp, ln, export
4. 必須システムサービス
- [Linux] クロック設定_date, hwclock, timedatectl, ntpdate
- [Linux] クロック設定_NTP, ntpq, ntpd, /etc/ntp.conf
- [Linux] クロック設定_Chrony, chronyc, chronycd,/etc/chrony.conf
- [Linux] システムログ設定_syslog, rsyslog, syslog-ng, /etc/rsyslog.conf, ファシリティ, プライオリティ
- [Linux] システムログ設定_書込み_logger, systemd-cat
- [Linux] システムログ設定_確認_grep, who, 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, /var/spool/mail/, /var/spool/mqueue/
- [Linux] メール管理_転送_/etc/aliases, ~/.forward, newaliases
- [Linux] プリンタ管理_CUPS, IPP, PPDファイル
- [Linux] プリンタ管理_/etc/cups/cupsd.conf, /etc/cups/ppd/, /etc/cups/printers.conf
- [Linux] プリンタ管理_lpr, lpq, lprm, lp, lpstat, cancel
5. ネットワークの基礎
- [IP Adress] IPv4とIPv6及びクラス_10, 172. 16-31, 192. 168
- [IP Adress] 進数計算
- [IP Adress] サブネットマスクとサブネットプレフィックス
- [TCP/IP] TCP/IPの接続装置とプロトコル_Lpic
- [TCP/IP] TCP/IP_ポート番号
- [Linux] ネットワーク設定_疎通確認_ping, traceroute, tracepath, nc, ICMP
- [Linux] ネットワーク設定_ホスト名・名前解決_hostname, hostnamectl, host, dig, nslookup, whois
- [Linux] ネットワーク設定_接続確認_netstat, ss, lsof
- [Linux] ネットワーク設定_インターフェース・ルーティングテーブル_route, ip
- [Linux] ネットワーク設定_インターフェース_ifconfig, ifup, ifdown
- [Linux] ネットワーク設定_管理(NetworkManager)_nmcli, DHCP
6. セキュリティ
-
[Linux] スーパーサーバ_inetd, xinetd, TCPラッパー, /etc/hosts.allow, /etc/hosts.deny
-
[Linux] ユーザーに対するセキュリティ管理_chage, touch, usermod, su, sudo, ulimit, /etc/sudoers
LPIC 101