August 2018
Intermediate to advanced
482 pages
12h 44m
English
While working on Linux, the most commonly used command is ls, which gives a listing of the files in the specified directory. However, it shows only a little information about the files.
Instead, if we use the stat command, we can get more information about the files/directories when compared to using ls. Because stat is able to get information about a file from its inode, it is able to give more information about the files.
Read now
Unlock full access