Skip to content

Instantly share code, notes, and snippets.

@sunsheng
Last active November 21, 2023 03:05
Show Gist options
  • Save sunsheng/12cab399b4bae604428eb94b356e73f7 to your computer and use it in GitHub Desktop.
Save sunsheng/12cab399b4bae604428eb94b356e73f7 to your computer and use it in GitHub Desktop.
删除 /opt/LVUAAgentInstBaseRoot
sudo su

杀死进程

ps -ef | grep LVS
kill -9 $PID

删除文件夹

chflags -R noschg /opt/LVUAAgentInstBaseRoot/
rm -rf /opt/LVUAAgentInstBaseRoot/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment