Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 259 Bytes

IdeManagement.md

File metadata and controls

16 lines (10 loc) · 259 Bytes

JEOrg Cloud Test Drives

Stop IntelliJ Command Line in Linux

  1. Normal
ps -aux | grep /share/JetBrains | cut -d" " -f3 | xargs -I {} kill -9 {}
  1. Force
ps -aux | grep /share/JetBrains | cut -d" " -f3 | xargs -I {} kill {}