文件操作 - dstat_test.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/dstat/dstat_test.py
编辑文件内容
### Author: Dag Wieers <dag@wieers.com> class dstat_plugin(dstat): ''' Provides a test playground to test syntax and structure. ''' def __init__(self): self.name = 'test' self.nick = ( 'f1', 'f2' ) self.vars = ( 'f1', 'f2' ) # self.type = 'd' # self.width = 4 # self.scale = 20 self.type = 's' self.width = 4 self.scale = 0 def extract(self): # Self.val = { 'f1': -1, 'f2': -1 } self.val = { 'f1': 'test', 'f2': 'test' } # vim:ts=4:sw=4:et
修改文件时间
将文件时间修改为当前时间的前一年
删除文件