10-08-2014, 02:54 AM 
		
	
	
		If you need to kill vlc, do
You can do
to see what processes are running and use the kill command (or if you know the executable command, use pkill command).
Sheng-Chieh
	
	
	
Code:
pkill vlcYou can do
Code:
ps -efto see what processes are running and use the kill command (or if you know the executable command, use pkill command).
Sheng-Chieh
Tux's Links
http://shengchieh.50webs.com/tuxslinks.html
	
	
http://shengchieh.50webs.com/tuxslinks.html

 
 

