バージョン 1 から バージョン 2 における更新: CommandTips

差分発生行の前後
無視リスト:
更新日時:
2005/08/28 10:36:50 (5 年 前)
更新者:
tach
コメント:

--

凡例:

変更なし
追加
削除
変更
  • CommandTips

    v1 v2  
    22 
    33== ethereal == 
    4   * NFS のプロトコルログを見る 
    5     {{{ 
    6     nfs-client# tethereal -v port 2049 and host nfs-server 
    7     }}} 
     4 * NFS のプロトコルログを見る 
     5   {{{ 
     6nfs-client# tethereal -v port 2049 and host nfs-server 
     7   }}} 
     8 
     9== sudo == 
     10 * 直接コマンド指定する 
     11   {{{ 
     12   user1 ALL=(root) /etc/init.d/apache 
     13   }}} 
     14 * エイリアス 
     15   {{{ 
     16   User_Alias WEBMASTER = user1, user2, user3 
     17   Host_Alias LOCAL = 192.168.0.0/24 
     18   Cmnd_Alias HTTPD = /etc/init.d/apache, /etc/init.d/apache2 
     19   }}}