logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

简单实现linux shell命令审计

#! /bin/bashcat >> /etc/bash_audit <<"EOF"#to avoid sourcing this file more than onceif [ "${OSTYPE:0:7}" != "solaris" ] #following not working in solaristhen#do not source this file twice; al

到底了