文件操作 - cmdline.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/cmdline.aug
编辑文件内容
(* Module: Cmdline Parses /proc/cmdline and /etc/kernel/cmdline Author: Thomas Weißschuh <thomas.weissschuh@amadeus.com> About: License This file is licensed under the LGPL v2+, like the rest of Augeas. *) module Cmdline = autoload xfm let entry = [ key Rx.word . Util.del_str "=" . store Rx.no_spaces ] | [ key Rx.word ] let lns = (Build.opt_list entry Sep.space)? . del /\n?/ "" let filter = incl "/etc/kernel/cmdline" . incl "/proc/cmdline" let xfm = transform lns filter
修改文件时间
将文件时间修改为当前时间的前一年
删除文件