Httpd Convenience Aliases: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * [httpd Configuration#Subjects] =Overview= <pre> alias a='cd /var/www' alias ac='cd /etc/httpd/conf' alias al='cd /var/log/httpd/' </pre>") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [httpd Configuration#Subjects] | * [[httpd Configuration#Subjects|httpd Configuration Subjects]] | ||
=Overview= | =Overview= | ||
Line 8: | Line 8: | ||
alias a='cd /var/www' | alias a='cd /var/www' | ||
alias ac='cd /etc/httpd/conf' | alias ac='cd /etc/httpd/conf' | ||
alias al='cd /var/log/httpd | alias al='cd /var/log/httpd' | ||
</pre> | </pre> |
Latest revision as of 06:25, 8 January 2016
Internal
Overview
alias a='cd /var/www' alias ac='cd /etc/httpd/conf' alias al='cd /var/log/httpd'