Useful linux shell scripts compilation for Server Admins
Sunday, June 28, 2015
Find inodes where it is being used inside directories
This command will show inodes being used in directories recursively:
find {{{starting directory}}} -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment