⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.142
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
certbot
/
4737
/
usr
/
share
/
augeas
/
lenses
/
dist
/
View File Name :
cmdline.aug
(* Module: Cmdline Parses /proc/cmdline and /etc/kernel/cmdline Author: Thomas Weißschuh
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 /[ \t]*\n?/ "" let filter = incl "/etc/kernel/cmdline" . incl "/proc/cmdline" let xfm = transform lns filter