ブラウザからPHPスクリプトにアクセスして、PHPプログラムからsudoコマンドを実行する方法です。
私の場合は、手元のfedoraが動いているサーバで試してみましたが、「anysense-devel」さんの記事通りに実行出来ましたので、ご紹介、というか今後の自分のためにもメモしておきます。
以下、参照元「anysense-devel」さんの記事です。
…
//ファイル一覧を表示するパスを指定する
$path = “../member”;
//ディレクトリを表示する
print(“ディレクトリ「“.$path.”」の一覧
“); //文法 disk_free_space( パス ) //disk_free_spaceは指定したパスに対応するドライブの空き容量をバイト数で //返す print(“ドライブの空き容量 “.disk_free_space($path).”バイト
“); //文法 disk_total_space( パス ) //disk_total_spaceは指定したパスに対応するドライブの使用容量をバイト数で返す // print(“ドライブの使用容量 “.disk_total_space($path).”バイト
“); 参考サイト:http://allabout.co.jp/gm/gc/47433/
“); //文法 disk_free_space( パス ) //disk_free_spaceは指定したパスに対応するドライブの空き容量をバイト数で //返す print(“ドライブの空き容量 “.disk_free_space($path).”バイト
“); //文法 disk_total_space( パス ) //disk_total_spaceは指定したパスに対応するドライブの使用容量をバイト数で返す // print(“ドライブの使用容量 “.disk_total_space($path).”バイト
“); 参考サイト:http://allabout.co.jp/gm/gc/47433/
graffiti on the web
この投稿へのコメント
コメントはまだありません。