2009/6/3

WEB作業用のメモ(覚書)
*自分用の覚書ページです

 

---<at>コマンド-----------------------------------------------

用意するもの

 ../../index.html (通常のページ)
 ../../index090603.html (決まった日に置き換えたい最新のページ)
 ../../at090603 (atコマンド実行時の動作shコマンド)
      mv index.html index-bak.html
      cp index090603.html index.html

 %at -f at090603 12:15 06/03/2009
      * at -f filename TIME MM/DD/YY
        filename は 実行するshコマンドが書かれたファイル
        TIMEは 01:23 の形
        実行日は 月/日/年 の順なので注意

 

    atジョブ一覧     :  at -l または  atq
    ジョブの取り消し   :   atrm

 


---<htpasswd の 使い方>----------------------------------

%htpasswd -c file ID (パスワードファイルを新規で作成しIDを追記する)

%htpasswd file ID (すでにあるfileにIDを追加)

%htpasswd -b file ID ぱす(すでにあるfileにID、ぱすを追加)