11月
17
2009
Linuxコマンド
投稿者: admin, カテゴリ: サーバー/OS, tags: Apache, Linux, SSH, Xen, サーバー, ハック投稿日: 2009.11.17 - 17:47
更新日: 2009.11.17 - 17:50
Linux コマンド備忘録
スポンサードリンク
- Apache
- /etc/rc.d/init.d/httpd [start|stop|restart]
- httpd [start|stop|restart]
- apachectl [start|stop|restart]
- Xen
- xm top
- システム
- top
- reboot
- shutdown -h now
- exit
- yum update
- .bash_history にはコマンド履歴が格納されている
- ファイル・ディレクトリ
- rm -fr /var/www/html/zc/
- cd /var/www/html/blog/
- tail /var/log/httpd/error_log
- vi /etc/httpd/conf/httpd.conf
- ネットワーク状態の確認やネットワーク経由の接続
- ifconfig
- netstat -a
- /usr/sbin/lsof -i | grep http
- ssh
- telnet
- スクリプトのデバッグなど
- php /var/www/html/blog/index.php
- perl /var/www/html/blog/index.cgi
- メール送信する
- mail ****@gmail.com < /var/www/html/test.cgi
- mail ****@gmail.com < .bash_history
関連記事
- WindowsXP ntp 時刻同期コマンド
- Linux WOL
- [Asterisk] Asteriskメモ
- [VMware] Xen からVMware Server2 移行動作確認
- CentOS インストール後にやっておくこと
- ネットワーク一覧を取得するフリーソフト – DomainView–
- [RT3] Request Tracker のインストール
スポンサードリンク
エントリ (RSS)