Linux Basic 01_Command

Commandとは?

1
[root@centos ~]# コマンド [-option] [argument1] [argument2] ... [argument n]

man(manual page)とは?

  • man : コマンドの使い方、またはファイルの説明を確認する。
  • 通常200〜300個のコマンドを持ってLinuxを管理する。
1
2
3
4
[root@centos ~]# man [-option] command or filename
[root@centos ~]# man ls
[root@centos ~]# man --help
[root@centos ~]# info commmand (:q)

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.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Comments

You forgot to set the shortname for Disqus. Please set it in _config.yml.
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.