Mailinglist Archive: opensuse (3109 mails)
| < Previous | Next > |
Re: [opensuse] su required to run, but permission denied?
- From: Bob Ewart <bob-ewart@xxxxxxxxxxxxx>
- Date: Sat, 24 Feb 2007 20:22:03 -0500
- Message-id: <45E0E4BB.1010205@xxxxxxxxxxxxx>
sfreilly@xxxxxxxxxxxx wrote:
> hi all,
>
> first time this has happened to me in the 4 yrs ive been using linux....new install of 10.2 on an acer 5100, unfortunately has an ati radeon 1100 chipset, any clue here?
>
>
> steve@reilly:~> cd ~/Desktop
> steve@reilly:~/Desktop> su
> Password:
> reilly:/home/steve/Desktop # ./ati-driver-installer-8.32.5-x86.x86_64.run
> bash: ./ati-driver-installer-8.32.5-x86.x86_64.run: Permission denied
> reilly:/home/steve/Desktop #
>
>
> thank you.
>
>
>
It's probably not marked executable. Try
chmod +x ati-driver-installer-8.32.5-x86.x86_64.run
then run it
--
Bob
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> hi all,
>
> first time this has happened to me in the 4 yrs ive been using linux....new install of 10.2 on an acer 5100, unfortunately has an ati radeon 1100 chipset, any clue here?
>
>
> steve@reilly:~> cd ~/Desktop
> steve@reilly:~/Desktop> su
> Password:
> reilly:/home/steve/Desktop # ./ati-driver-installer-8.32.5-x86.x86_64.run
> bash: ./ati-driver-installer-8.32.5-x86.x86_64.run: Permission denied
> reilly:/home/steve/Desktop #
>
>
> thank you.
>
>
>
It's probably not marked executable. Try
chmod +x ati-driver-installer-8.32.5-x86.x86_64.run
then run it
--
Bob
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |