Changes between Version 25 and Version 26 of TipAndDoc/misc


Ignore:
Timestamp:
Jul 18, 2011 8:41:35 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/misc

    v25 v26  
    5353 > * Sparseファイルを通常ファイルに戻す 
    5454 >  * # cp --sparse=never [コピー元] [コピー先] 
     55 * wikipedia:Sparse_file 
     56 > Pipeing 
     57 > {{{ 
     58 > cat somefile | cp --sparse=always /proc/self/fd/0 new-sparse-file 
     59 > }}} 
    5560 
    5661 = adduser / useradd =