Question: Write your own version of the command line program stat, which simply calls the stat() system call on a given file or directory. Print out
Write your own version of the command line program stat, which simply calls the stat() system call on a given file or directory. Print out file size, number of blocks allocated, reference (link) count, file permissions, and file inode.
Must be written in C
Useful interfaces: stat()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
