4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
1 results tagged inode x
  • thumbnail
    linux - Where are all my inodes being used? - Stack Overflow

    Comme on limite les inodes, c'est toujours intéressant de savoir les superviser :)

    So basically you're looking for which directories have a lot of files? Here's a first stab at it:

    find . -type d -print0 | xargs -0 -n1 count_files | sort -n

    where "count_files" is a shell script that does (thanks Jonathan)

    echo $(ls -a "$1" | wc -l) $1

    February 22, 2014 01:45:26 PM GMT+01:00 - permalink -
    QRCode
    - http://stackoverflow.com/questions/347620/where-are-all-my-inodes-being-used
    inode
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation