I want to collect ctime, atime, mtime, and crtime from a considerable mass of files.
As a partial solution, I put the following script:
sudo debugfs -R 'stat <1055890>' /dev/sda1|awk -F': ' -v c='' -v a="" -v m="" 'BENGIN {} $1==" cti...
asked by
13.06.2018 / 16:31