文件操作 - anaconda-shell@.service
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/systemd/system/anaconda-shell@.service
编辑文件内容
# anaconda-shell@.service # This is roughly equivalent to getty@.service, except we go straight to bash [Unit] Description=Shell on %I After=systemd-user-sessions.service plymouth-quit-wait.service ConditionKernelCommandLine=!noshell ConditionKernelCommandLine=!inst.noshell [Service] WorkingDirectory=/ ExecStart=-/sbin/agetty --noclear -n -l /bin/bash -o '--login' %I 38400 Type=idle Restart=always RestartSec=0 TTYPath=/dev/%I TTYReset=yes TTYVHangup=yes TTYVTDisallocate=yes KillMode=process KillSignal=SIGHUP IgnoreSIGPIPE=no
修改文件时间
将文件时间修改为当前时间的前一年
删除文件