基本設定編

ソフトウェア編

シェルスクリプト編

  1. HelloWorld
  2. 変数
  3. 配列
  4. if
  5. for
  6. while
  7. case
  8. read
  9. select
  10. 関数
  11. 特殊変数
  12. 引数
  13. リダイレクト
  14. パイプ
  15. エラー出力
  16. バックグラウンド実行
  17. 実行条件
  18. メタ文字
  19. コマンド置換
  20. デバッグ
  1. 変数でデフォルト値を設定する
  2. ヒアドキュメント
  3. お作法

コマンド編

  1. sync
  2. fdisk
  3. e2fsck
  4. zcat
  5. dig
  6. umask
  7. more
  8. less
  9. head
  10. tail
  11. yum
  12. sort
  13. uniq
  14. systemctl
  15. netstat
  16. ping
  17. history
  18. jobs
  19. kill
  20. ps
  21. nice
  22. date
  23. id
  24. groups
  25. domainname ※必要ないかも
  26. hostname
  27. compress
  28. gzip
  29. uncompress
  30. gunzip
  31. dump ※
  32. tar
  33. restore ※ない
  34. cc
  35. base64
  36. curl
  37. echo
  38. join
  39. lscpu
  40. md5sum
  41. readlink
  42. rsync
  43. sha256sum
  44. ssh
  45. time
  46. timeout
  47. trap
  48. watch
  49. wget
  50. xargs
  51. yes
  52. gcc
  53. make
  54. mount
  55. df
  56. umount
  57. at
  58. whoami
  59. su
  60. bash
  1. cal
  2. exit
  3. shutdown
  4. reboot
  5. export
  6. env
  7. source
  8. tee
  9. awk
  10. cut
  11. sed
  12. useradd
  13. userdel
  14. usermod
  15. groupadd
  16. groupdel
  17. groupmod
  18. who
  19. w
  20. passwd
  21. whatis
  22. nohup
  23. ulimit
  24. ldd
  25. sar
  26. wall
  27. zgrep
  28. lsof
  29. openssl
  30. route
  31. sleep
  32. expand
  33. unexpand
  34. set
  35. unset
  36. unenv
  37. lsmod
  38. paste
  39. pr
  40. trim
  41. nl
  42. fmt
  43. od
  44. type
  45. dnf
  46. swapon
  47. fgrep
  48. chage
  49. pwconv
  50. firewallcmd
  51. hostnamectl
  52. journalctl
  53. false
  54. true
  55. xfs_info
  56. vgdisplay
  57. lvdisplay
  58. pvdisplay
  59. .(ドット)
  60. logger
  61. popd
  62. pushd
  63. printf
  64. mktemp

コマンド編

  1. bashコンプリーション
  2. VirtualBoxの画面でコピペできるようにする
  3. manコマンドを日本語で表示する(作成予定)

コマンドマニュアル