Difference between revisions of "Chgrp, chmod, chown, chcon, du, rm performance information on ext filesytems"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
** New features
 
** New features
  
   chgrp, chmod, chown, chcon, du, rm: now all display linear performance,
+
   [[chgrp]], [[chmod]], [[chown]], [[chcon]], [[du]], [[rm]]: now all display linear performance,
 
   even when operating on million-entry directories on ext3 and ext4 file
 
   even when operating on million-entry directories on ext3 and ext4 file
 
   systems.  Before, they would exhibit O(N^2) performance, due to linear
 
   systems.  Before, they would exhibit O(N^2) performance, due to linear
Line 12: Line 12:
  
 
== See also ==
 
== See also ==
 +
* {{ext}}
 +
* {{ext4}}
 
* {{rm}}
 
* {{rm}}
  
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Latest revision as of 15:20, 29 September 2020

  • Noteworthy changes coreutils in release 7.0 (2008-10-05) [beta]
    • New features
 chgrp, chmod, chown, chcon, du, rm: now all display linear performance,
 even when operating on million-entry directories on ext3 and ext4 file
 systems.  Before, they would exhibit O(N^2) performance, due to linear
 per-entry seek time cost when operating on entries in readdir order.
 Rm was improved directly, while the others inherit the improvement
 from the newer version of fts in gnulib.

https://serverfault.com/a/425164

See also[edit]

Advertising: