Linux Basic 01_Command
Commandとは?
1 | [root@centos ~]# コマンド [-option] [argument1] [argument2] ... [argument n] |
man(manual page)とは?
- man : コマンドの使い方、またはファイルの説明を確認する。
- 通常200〜300個のコマンドを持ってLinuxを管理する。
1 | [root@centos ~]# man [-option] command or filename |
ls
- ls [-option] …
(ex. ls -a
ex. ls -a -l
ex. ls -al /etc)
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.