文件操作 - test_netmasks.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/tests/test_netmasks.aug
编辑文件内容
(* Test for netmasks lens *) module Test_netmasks = let conf = "# The netmasks file associates Internet Protocol (IP) address # masks with IP network numbers. # 192.168.1.0 255.255.255.0 10.0.0.0 255.0.0.0 " test Netmasks.lns get conf = { "#comment" = "The netmasks file associates Internet Protocol (IP) address" } { "#comment" = "masks with IP network numbers." } { } { } { "1" { "network" = "192.168.1.0" } { "netmask" = "255.255.255.0" } } { "2" { "network" = "10.0.0.0" } { "netmask" = "255.0.0.0" } } (* Local Variables: *) (* mode: caml *) (* End: *)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件