1

「rabbitmq-env」の同じ rabbitmq のスクリプトには、次の行に「-h」、「-f」が存在します。

while [ -h "$SCRIPT_PATH" ] ; do

[ ! -f ${CONF_ENV_FILE} ] ; then

これらの記号の意味は何ですか?

4

1 に答える 1

5

[ですtest。からhelp test:

  -f FILE        True if file exists and is a regular file.
   ...
  -h FILE        True if file is a symbolic link.
于 2012-05-27T00:59:07.887 に答える