I want to make my Java executables globally available so I don’t have to write
/usr/JDK1.4.2/jSDK1.4.2/bin java
I want it so I can just write java or jar and it will perform the appropriate action I think this is set in either /etc/profile or /etc/bashrc but I don’t know the syntax anyway help me
you will note that the top one has the lowest number in the third column. That is the parent proccess for everything else.
a simple run as root command to blow off the user is in this case:
kill -9 5209
the 5209 is the process ID of the parent which in the case of sshd is the parent of the user shell. The shell will die a sudden death. No save no nothng. JUST a brutal plug pull.
kill -9 5210
kills the user shell and will also work in that instance. 5210 is the process ID of the shell itself