文件操作 - routef
返回文件管理
返回主菜单
删除本文件
文件: /usr/bin/routef
编辑文件内容
#! /bin/sh # SPDX-License-Identifier: GPL-2.0 if [ -z "$*" ] ; then exec ip -4 ro flush scope global type unicast else echo "Usage: routef" echo echo "This script will flush the IPv4 routing table" fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件