文件操作 - uninstaller.sh
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/uninstaller.sh
编辑文件内容
#!/bin/sh . /etc/init.d/msm_profile if [ "$DISPLAY" = "" ]; then "$MSM_HOME/.__uninst.sh" |tee /tmp/vivaldi_uninstall.txt #echo "Command Line" elif [ -f /usr/bin/xterm ]; then xterm -e "$MSM_HOME/.__uninst.sh" |tee /tmp/vivaldi_uninstall.txt #echo "Display xterm" elif [ -f /usr/bin/gnome-terminal ]; then gnome-terminal -x "$MSM_HOME/.__uninst.sh" |tee /tmp/vivaldi_uninstall.txt #echo "Display gnome" fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件