I need to creation date and time of file in linux.
I have tried below two command but did not get any output.
sudo debugfs -R 'stat <inode_no of file>' "mount point name".This gives me the following error:
Bad magic number in super-block while opening the file systemstat -c '%w' file_name
This gives me - as output.
So someone please suggest appropriate command to get create date and time of file in linux.