文件操作 - popen.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/nagios-plugins-2.4.2/plugins/popen.h
编辑文件内容
/****************************************************************************** * * *****************************************************************************/ FILE *spopen (const char *); int spclose (FILE *); RETSIGTYPE popen_timeout_alarm_handler (int); extern unsigned int timeout_interval; pid_t *childpid=NULL; int *child_stderr_array=NULL; FILE *child_process=NULL; FILE *child_stderr=NULL;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件