Results 1 to 3 of 3
I've some file with .sh extensions that runs some softwares.Now,how do I stop running that files
I know we run the command ./start_tomcat.sh to start the apache.Is there any command ...
- 11-11-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 17
stopping .sh executable file
I've some file with .sh extensions that runs some softwares.Now,how do I stop running that files
I know we run the command ./start_tomcat.sh to start the apache.Is there any command to stop that file/process or is it just kill the process to stop the process
Thanks
- 11-11-2010 #2
Red Hat Linux Manuals - Chapter 11. Managing Files and Directories
scroll down on how to change file properties. I do not run rpm distros so not much help otherwise.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 11-12-2010 #3
There should be a corresponding stop_tomcat.sh script.


Reply With Quote