文件操作 - commandline.page
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/help/ro/gnome-system-monitor/commandline.page
编辑文件内容
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="commandline" xml:lang="ro"> <info> <revision version="0.2" pkgversion="3.11" date="2014-01-26" status="review"/> <link type="guide" xref="index#other" group="other"/> <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/> <credit type="author copyright"> <name>Phil Bull</name> <email>philbull@gmail.com</email> <years>2011</years> </credit> <credit type="author copyright"> <name>Michael Hill</name> <email>mdhillca@gmail.com</email> <years>2014</years> </credit> <desc>Information in System Monitor can also be found using command line tools.</desc> </info> <title>Get the same information from the command line</title> <p>Most of the information displayed by System Monitor can also be obtained using these command line tools.</p> <table rules="rows" frame="top bottom"> <tr> <td><p><cmd>top</cmd></p></td> <td><p>provides a continually updated list of running processes, and allows you to manipulate them.</p></td> </tr> <tr> <td><p><cmd>lsof</cmd></p></td> <td><p>provides a list of open files and the processes that opened them.</p></td> </tr> <tr> <td><p><cmd>free -m</cmd></p></td> <td><p>shows you how much memory is available.</p></td> </tr> <tr> <td><p><cmd>vmstat</cmd></p></td> <td><p>provides information about current virtual memory use.</p></td> </tr> <tr> <td><p><cmd>df -h</cmd></p></td> <td><p>displays available disk space on mounted filesystems.</p></td> </tr> <tr> <td><p><cmd>pmap</cmd></p></td> <td><p>displays the memory map of a process.</p></td> </tr> </table> </page>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件