Created
September 30, 2013 16:07
-
-
Save leveret/6766089 to your computer and use it in GitHub Desktop.
Remove jenkins Completely
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1088 whereis jenkins | |
1089 cd /usr/lib | |
1090 rm -rf jenkins | |
1091 zypper se jenkins | |
1092 zypper rm jenkins | |
1093 whereis jenkins | |
1094 ps -ef | grep 8080 | |
1095 cd /var/lib/ | |
1096 m -rf jenkins/ | |
1097 rm -rf jenkins/ | |
1098 ps -ef | grep 8080 | |
1099 kill -9 737 | |
1100 ps -ef | grep 8080 | |
1101 find / -name jenkins* | |
1102 cd ../log/ | |
1103 rm -rf jenkins | |
1104 rm -rf jenkins.rc | |
1105 cd ../run/ | |
1106 rm -rf jenkins.pid | |
1107 cd ../cache/ | |
1108 rm -rf jenkins/ | |
1109 find / -name jenkins* | |
1110 cd zypp/ | |
1111 cd solv/ | |
1112 rm -rf jenkins/ | |
1113 find / -name jenkins* | |
1114 cd /var/cache/zypp/packages/ | |
1115 rm -rf jenkins/ | |
1116 cd .. | |
1117 cd raw/ | |
1118 rm -rf jenkins/ | |
1119 find / -name jenkins* | |
1120 netstat -an | egrep 'Proto|LISTEN' | |
1121 history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment