文件操作 - test_securetty.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/tests/test_securetty.aug
编辑文件内容
module Test_securetty = (* basic test *) let basic = "tty0\ntty1\ntty2\n" (* declare the lens to test and the resulting tree *) test Securetty.lns get basic = { "1" = "tty0" } { "2" = "tty1" } { "3" = "tty2" } (* complete test *) let complete = "# some comment tty0 # X11 display :0.0 console # allow root from console " (* declare the lens to test and the resulting tree *) test Securetty.lns get complete = { "#comment" = "some comment" } {} { "1" = "tty0" } { "#comment" = "X11 display" } { "2" = ":0.0" } {} { "3" = "console" { "#comment" = "allow root from console" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件