Howto Run a Shell Script

Thomas Kaiser ubuntu at kaiser-linux.li
Fri Aug 24 19:27:10 UTC 2007


Arnold Pietersen wrote:
> How does one run the following file:
> 
> z600cups-1.0-1.gz.sh
> 
> Thanks
> 
> Arnold
> 

Hello Arnold

Make sure the execute bit is set (chmod +x z600cups-1.0-1.gz.sh),
then ./z600cups-1.0-1.gz.sh should work. Maybe you have to have root permissions 
to run that file:
sudo chmod +x z600cups-1.0-1.gz.sh)
sudo ./z600cups-1.0-1.gz.sh

Thomas


-- 
http://www.kaiser-linux.li




More information about the ubuntu-users mailing list