[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Permission not granted to the root user
- From: "Styma, Robert E (Robert)" <stymar lucent com>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: RE: Permission not granted to the root user
- Date: Tue, 24 Oct 2006 14:19:30 -0700
>
> Hi,
> I have this problem with FC5 (I'm root !):
> When I type some commandes like "./configure" I have this answer:
> "Not granted permissions" (in french: Permission non accordées).
> Do you understand this and what must I do to resolve this probem?
> Thunks
>
This is commonly caused by the execute bit not being set on the
item you are running. In this case "./configure". An "ls -l ./configure"
should verify this.
You have 2 choices:
1. chmod +x ./configure
Makes ./configure executable
2. bash ./configure
Tells bash to read this file and interpret it as a script.
Bob Styma
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]