意外と知らない。Linuxコマンドの由来と意味(何の略?)

コマンドはバンバン使うけれど、そのコマンドって何の略なのか知らずに使っていることってないですか? 今回はlinuxで使うコマンドの由来(何の略か)を紹介します。

知っているとコマンドを覚えやすい

何の意味かも分からないコマンドを覚えるのは大変ですが、「何の略なのか」という点が分かると「どんな機能なのか」も想像できるので、コマンドの習得にも役立ちます。

A

  • alias:alias
  • apt-get:advanced package tool – get
  • arch:architecture

B

  • bash:bourne again shell
  • bg:background

C

  • cal:calendar
  • cat:concatnate
  • cd:change directory
  • chgrp:change group
  • chkconfig:configuration state checker
  • chmod:change mode
  • chown:change owner
  • clear:clear
  • compress:compress
  • cp:copy

D

  • date:date
  • df:disk free
  • diff:difference
  • du:disk used

E

  • exit:exit

F

  • fg:foreground
  • find:finf
  • free:free

G

  • grep:global regular expression print
  • gzip:GNU zip

H

  • head:head
  • history:history
  • hostname:host name

I

  • ifconfig:interface configuration

K

  • kill:kill process

L

  • ln:link
  • login:login
  • ls:list

M

  • man:manual
  • mkdir:make directory
  • mv:move

N

  • netstat:network statistics
  • nohup:no hangup

P

  • ping:packet internet groper
  • ps:process status
  • passwd:password
  • pwd:print working directory

R

  • rm:remove
  • rmdir:remove directory

S

  • sed:stream editor
  • sleep:sleep
  • sh:shell
  • stat:status
  • su:substitute user
  • sudo:substitute user do

T

  • tail:tail
  • tar:tape archival and retrieval format
  • top:table of process
  • touch:touch

U

  • uname:unix name

V

  • vi:visual
  • vmstat:virtual memory statistics

W

  • wc:word count
  • wget:world wide web get
  • whereis:where is
  • who:Print who is currently logged in
  • whoami:who am I

Y

  • yum:Yellowdog Updater Modified

2 COMMENTS

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA