stat命令并非只在ubuntu中,它是标准的linux命令。用来查看文件的状态和详细信息。例如,查看sendmail的信息:
<pre class="brush:bash;"> stat /usr/sbin/sendmail ```
ubuntu 命令 stat