文件操作 - test_stunnel.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/tests/test_stunnel.aug
编辑文件内容
module Test_stunnel = let conf ="; Test stunnel-like config file ; Foo bar baz cert = /path/1 key = /path/2 sslVersion = SSLv3 ; another comment [service1] accept = 49999 connect = servicedest:1234 [service2] accept = 1234 " test Stunnel.lns get conf = { ".anon" { "#comment" = "Test stunnel-like config file" } { "#comment" = "Foo bar baz" } { "cert" = "/path/1" } { "key" = "/path/2" } {} { "sslVersion" = "SSLv3" } {} { "#comment" = "another comment" } {} } { "service1" { "accept" = "49999" } { "connect" = "servicedest:1234" } {} } { "service2" { "accept" = "1234" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件