Re: Launching applications using the Terminal application
Re: Launching applications using the Terminal application
- Subject: Re: Launching applications using the Terminal application
- From: David Brown <email@hidden>
- Date: Sun, 16 Mar 2003 10:15:16 -0800
On Sun, Mar 16, 2003 at 12:48:11PM -0500, gamal akabani wrote:
> Applications/Preview.app: Permission denied.
>
> I am not an expert. What do I need to do?
You can either specify the full patch to the executable part of the app:
$ /Applications/Preview.app/Contents/MacOS/Preview
or use the open utility to open it for you:
$ open -a Preview
I think the later is much easier.
Dave Brown
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.