Travis wrote:
> ----- Original Message ----- 
> From: "David Shochat" <[EMAIL PROTECTED]>
> To: <pan-users@nongnu.org>
> Sent: Sunday, December 07, 2008 10:47 AM
> Subject: Re: [Pan-users] Re: compile ?
> 
> 
>> Travis wrote:
>>> Can I download it to the desktop?
>> Yes, you can download it wherever you like (that you have write access to).
> 
> How do I know if I have "write access"?

When you download a file or create a file you will have write access to
it under all other Linux distros. Under Ubuntu, you may have to grant
yourself the write permission. Using the sudo command grants you
temporary root/superuser permissions.

The two following bits of command code will make you the owner of the
directory that you have downloaded the source code into and grant you
the needed permissions to write and execute the contents.


sudo chown yourusername /usr/local/src  (Grants or take ownership)

and, just to be safe

sudo chmod u+rwx /usr/local/src         (Grants you the needed permissions)


> 
> <snip>
> 
> Thank you


 Another link that may be of use and is specific for Ubuntu:
https://help.ubuntu.com/community/CompilingEasyHowTo

Which is where the two snippets come from.

With warm regards,

Kurt


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to