文件操作 - laptop
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/tasksel/tests/laptop
编辑文件内容
#!/bin/sh # Causes a task to be selected if the machine appears to be a laptop. if [ "$NEW_INSTALL" ]; then if which laptop-detect >/dev/null 2>&1 && \ laptop-detect; then exit 0 # hide; install else exit 1 # hide; do not install fi else exit 3 fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件