文件操作 - test_authinfo2.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/tests/test_authinfo2.aug
编辑文件内容
module Test_authinfo2 = let conf = "# Comment [s3] storage-url: s3:// backend-login: joe backend-password: notquitesecret [fs1] storage-url: s3://joes-first-bucket fs-passphrase: neitheristhis [fs2] storage-url: s3://joes-second-bucket fs-passphrase: swordfish [fs3] storage-url: s3://joes-second-bucket/with-prefix backend-login: bill backend-password: bi23ll fs-passphrase: ll23bi " test Authinfo2.lns get conf = { "#comment" = "Comment" } { "s3" { "storage-url" = "s3://" } { "backend-login" = "joe" } { "backend-password" = "notquitesecret" } {} } { "fs1" { "storage-url" = "s3://joes-first-bucket" } { "fs-passphrase" = "neitheristhis" } {} } { "fs2" {} { "storage-url" = "s3://joes-second-bucket" } { "fs-passphrase" = "swordfish" } } { "fs3" { "storage-url" = "s3://joes-second-bucket/with-prefix" } { "backend-login" = "bill" } { "backend-password" = "bi23ll" } { "fs-passphrase" = "ll23bi" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件