文件操作 - ip6t_mh.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/include/linux/netfilter_ipv6/ip6t_mh.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _IP6T_MH_H #define _IP6T_MH_H #include <linux/types.h> /* MH matching stuff */ struct ip6t_mh { __u8 types[2]; /* MH type range */ __u8 invflags; /* Inverse flags */ }; /* Values for "invflags" field in struct ip6t_mh. */ #define IP6T_MH_INV_TYPE 0x01 /* Invert the sense of type. */ #define IP6T_MH_INV_MASK 0x01 /* All possible flags. */ #endif /*_IP6T_MH_H*/
修改文件时间
将文件时间修改为当前时间的前一年
删除文件