find:find_files_with_a_specific_inode
Differences
This shows you the differences between two versions of the page.
find:find_files_with_a_specific_inode [2016/07/10 18:20] – created peter | find:find_files_with_a_specific_inode [2019/11/29 12:17] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Find - Find files with a specific inode ====== | ||
- | |||
- | Find a file whose inode number is 123456. | ||
- | |||
- | <code bash> | ||
- | find . -inum 123456 | ||
- | </ | ||
- | |||
- | **NOTE**: To find a file's inode number use the command "**ls -il**" | ||
find/find_files_with_a_specific_inode.1468174842.txt.gz · Last modified: 2020/07/15 09:30 (external edit)