文件操作 - test_ldso.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/tests/test_ldso.aug
编辑文件内容
(* Module: Test_Ldso Provides unit tests and examples for the <Ldso> lens. *) module Test_Ldso = (* Variable: conf *) let conf = "include /etc/ld.so.conf.d/*.conf # libc default configuration /usr/local/lib hwcap 1 nosegneg " (* Test: Ldso.lns *) test Ldso.lns get conf = { "include" = "/etc/ld.so.conf.d/*.conf" } { } { "#comment" = "libc default configuration" } { "path" = "/usr/local/lib" } { } { "hwcap" { "bit" = "1" } { "name" = "nosegneg" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件