摘要:
linux中df命令的功能是用来检查linux服务器的文件系统的磁盘空间占用情况。可以利用该命令来获取硬盘被占用了多少空间,目前还剩下多少空间等信息。 Usage: df [OPTION]... [FILE]...Show information about the file system on w 阅读全文
摘要:
du命令 一、du的功能 `du` reports the amount of disk space used by the specified files and for each subdirectory (of directory arguments). with no arguments,` 阅读全文
摘要:
os.path — Common pathname manipulations操作 This module implements some useful functions on pathnames. To read or write files see open(), and for access 阅读全文
摘要:
This module generates temporary files and directories. It works on all supported platforms.In version 2.3 of Python, this module was overhauled重写 for 阅读全文