User Tools

Site Tools


bash:find:find_files_with_a_specific_inode

BASH - Find - Find files with a specific inode

Find a file whose inode number is 123456.

find . -inum 123456

NOTE: To find a file's inode number use the command “ls -il”.

bash/find/find_files_with_a_specific_inode.txt · Last modified: 2022/06/13 10:04 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki