Question: The following code prints the permission as number. Modify the code to print 10 lowest signicant binary bits (e.g., 0110100100) for permission. #include #include /*

The following code prints the permission as number. Modify the code to print 10 lowest signicant binary bits (e.g., 0110100100) for permission.

 The following code prints the permission as number. Modify the code

#include #include /* needed for tat() function */ int main(int argc, char argv]) struct stat fileinfo; / returned info about file int i; it (arge 2) printf "Usage: statfile filenameln") exit (O) i-stat (argv[1,kfileinfo); printf ("Unable to tat %s ",argv[1]); exit(0) printf ("size: %dla",fileinfo.st-size); printf ("permissions : %d ",fileinfo.st-mode); printf (" last modified: %d ",fileinfo.st_ntine)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!