文件操作 - screen
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/bug/screen
编辑文件内容
#!/bin/sh exec 1>&3 exec 2>&3 echo File Existence and Permissions echo ------------------------------ echo '' ls -ldU \ /run \ /var/run \ /usr/bin/screen \ /etc/tmpfiles.d/screen-cleanup.conf \ /lib/systemd/system/screen-cleanup.service \ /etc/init.d/screen-cleanup \ /etc/rc?.d/*screen-cleanup echo '' echo File contents echo ------------- echo '' if [ -e /etc/tmpfiles.d/screen-cleanup.conf ]; then echo '### /etc/tmpfiles.d/screen-cleanup.conf' echo ______________________________________________________________________ cat /etc/tmpfiles.d/screen-cleanup.conf echo ______________________________________________________________________ fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件