[ English | Indonesia | Deutsch | 日本語 ]
表記規則¶
OpenStack のドキュメントでは、以下の表記規則を採用しています。
注記¶
注記には以下の種類があります。
注釈
本文を補足する説明コメントです。
重要
Something you must be aware of before proceeding.
Tip
An extra but helpful piece of practical advice.
注意
Helpful information that prevents the user from making mistakes.
警告
Critical information about the risk of data loss or security issues.
Command prompts¶
$ command
Any user, including the root
user, can run commands that are
prefixed with the $
prompt.
# command
The root
user must run commands that are prefixed with the #
prompt. You can also prefix these commands with the sudo
command, if available, to run them.