Advertisement
kolesoffac

bash

Nov 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. netstat -lnptux | grep 8181
  2. ps -ela
  3. chown user:user -R /opt
  4.  
  5. keytool -import -trustcacerts -keystore /usr/java/jdk1.8.0_131/jre/lib/security/cacerts -storepass changeit -alias nexus -import -file nexus.cer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement