LoginSignup
11
13

More than 5 years have passed since last update.

LPICレベル1に出てくるコマンドをまとめてみた

Posted at
  • LPICのレベル1にでてくるコマンドを書き出してみました。
    • 意味やオプションを書く余力がありませんでした。。。
    • 重複しているものもありますし、全てを網羅しているわけではありません
    • 分類は適当ですw
    • これプラス、オプションや設定ファイルについても出題されますよ~

101試験

デバイス

  • lspci
  • lsusb

モジュール

  • lsmod
  • modprob
  • ldd
  • ldconfig

起動

  • dmesg
  • shutdown
  • runlevel
  • init/telinit
  • systemctl
  • grub-install
  • grub-mkconfig

パッケージ管理

  • man
  • whatis
  • apropos
  • makewhatis
  • alien
  • dpkg
  • dpkg-reconfigure
  • apt-get
  • aptitude
  • apt-cache
  • rpm
  • yum
  • yumdownloader

シェル操作

  • export
  • set
  • unset
  • echo
  • env
  • printenv
  • history
  • tee

ファイル操作

  • ls
  • cp
  • mv
  • mkdir
  • rm
  • rmdir
  • touch
  • file

テキスト処理

  • less
  • cat
  • nl
  • od
  • head
  • tail
  • cut
  • join
  • paste
  • tr
  • sort
  • split
  • uniq
  • pr
  • fmt
  • expand
  • unexpand
  • wc
  • xargs
  • grep
  • egrep
  • fgrep
  • sed
  • vi

圧縮/解凍/アーカイブ

  • gzip
  • gunzip
  • bzip2
  • bunzip2
  • xz
  • unxz
  • tar
  • cpio
  • dd

ファイル管理

  • chmod
  • umask
  • chown
  • chgrp
  • ln

ファイル検索

  • find
  • locate
  • updatedb
  • which
  • whereis

プロセス管理

  • ps
  • top
  • pstree
  • kill
  • killall
  • pkill
  • pgrep
  • jobs
  • nohup

システム管理

  • free
  • uptime
  • uname
  • screen
  • nice
  • renice

ファイルシステム

  • fdisk
  • gdisk
  • parted
  • mkfs
  • mke2fs
  • mkswap
  • df
  • du
  • fsck
  • tune2fs
  • dumpe2fs
  • debugfs
  • mount
  • umount

クォータ

  • quota
  • quotacheck
  • quotaon
  • quotaoff
  • edquota
  • repquota

102試験

スクリプト

  • set
  • unset
  • env
  • printenv
  • alias
  • unalias
  • source
  • .
  • exec

GUI

  • Xorg
  • Xhost
  • startx

管理業務

  • pwconv
  • pwunconv
  • chage
  • chsh
  • useradd
  • usermod
  • userdel
  • passwd
  • groupadd
  • groupmod
  • groupdel
  • id
  • groups
  • getent
  • crontab
  • run-parts
  • at
  • batch
  • locale
  • iconv
  • tzselect
  • tzconfig

重要なシステム

  • date
  • hwclock
  • ntpdate
  • ntpq
  • logger
  • who
  • w
  • last
  • lastlog
  • journalctl
  • mail
  • mailq
  • lpr
  • lp
  • lpq
  • lpc
  • lpstat
  • lprm
  • lpadmin

ネットワーク

  • ping
  • ping6
  • traceroute
  • traceroute6
  • tracepath
  • hostname
  • netstat
  • nc
  • route
  • ip
  • ifconfig
  • ifup
  • ifdown
  • host
  • dig

セキュリティ

  • lsof
  • nmap
  • chage
  • su
  • sudo
  • visudo
  • ulimit
  • ssh

意外とありますね。。。

11
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
13