Skip to content Skip to sidebar Skip to footer
Showing posts with the label Inode

How To Find The Inode Of All Files In Linux With Python?

#!/usr/bin/python import os, sys # Open a file fd = os.open( 'foo.txt', os.O_RDWR|os.O… Read more How To Find The Inode Of All Files In Linux With Python?