The stat command can be use to check file status ( like file properties on Windows platform) or check the file system status on Linux. It comes from GNU Coreutils package. [joseph@fedora ~]$ type -t stat file [joseph@fedora ~]$ type -p stat /usr/bin/stat [joseph@fedora ~]$ rpm -qf /usr/bin/stat coreutils-5.2.1-31.4 The stat command will gather information […]
↧