apache_conf shell配置文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf shell配置文件相关的知识,希望对你有一定的参考价值。
http://wiki.bash-hackers.org/howto/conffile?s[]=file&s[]=test
#!/bin/bash
echo "Reading config...." >&2
source /etc/cool.cfg
echo "Config for the username: $cool_username" >&2
echo "Config for the target host: $cool_host" >&2
#!/bin/bash
echo "Reading system-wide config...." >&2
. /etc/cool.cfg
if [ -r ~/.coolrc ]; then
echo "Reading user config...." >&2
. ~/.coolrc
fi
<<cool.cfg>>
cool_username="guest"
cool_host="foo.example.com"
以上是关于apache_conf shell配置文件的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf [vscode] vscode配置文件#配置
apache_conf ssh配置文件
apache_conf 配置文件小部件
apache_conf Bootstrap配置文件
apache_conf 保护配置文件
apache_conf 示例SSH配置文件。