🎴 Flashcard Mode

operating systems Online Quiz - 21

Card1 / 13
Mastered0
Review0
QuestionClick to flip

How will you get the file status of a file?

AnswerClick to flip back
A
stat <filename>
💡 Explanation:

The 'stat' command displays detailed file status information including permissions, size, ownership, timestamps, and inode details. 'cat meminfo' would display memory info, not file status. 'file ' shows file type, not comprehensive status. 'All the above' is incorrect since only one option is correct.

Change Mode