Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 510 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 510 Bytes

FIle-Information-Internals-

This application accepts regular file from the user and Provides internal information about that file. Internal information such as Device ID, Inode Number, Size of file, UID, GID, mode.

Use Terminal to run execute the prgram.

Use "make build" command for build the program
Use ./myexe(executable file name) file_name to run this program.
Use "make help" command for getting details about how to execute program.

Screenshot