Re: [SLE] Permission Denied problem on modprobe.conf.local
- From: Mike Noble <mgnoble@xxxxxxxxx>
- Date: Mon, 16 Oct 2006 21:26:43 -0700
To see if it is a directory, use the following command:
ls -ld /etc/modprobe.conf.local
The -d tells ls to list the directory and not the contents of the
directory.
/etc/modeprobe.conf.local is a file on my system 10.1.
Mike
stephan beal wrote:
On Tuesday 17 October 2006 04:38, John Pierce wrote:
ns1:/var/log # ls -al /etc/modprobe*...
/bin/ls: /etc/modprobe.conf.local: Permission denied
-rw-r--r-- 1 root root 14427 Aug 6 18:44 /etc/modprobe.conf
Can anyone explain this to me and possibly give me a cure for this
ailment?
i'm suspecting that modprobe.conf.local is a directory. A file won't
show this error via 'ls' unless perhaps the filesystem is corrupt.
e.g.:
stephan@owl:~> touch foo.bar
stephan@owl:~> chmod 0000 foo.bar
stephan@owl:~> l foo.bar
---------- 1 stephan users 0 2006-10-17 06:04 foo.bar
(the point being - no error)
assuming modprobe.conf.local is a dir, try:
chmod 0755 modprobe.conf.local
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
- References:
- [SLE] Permission Denied problem on modprobe.conf.local
- From: John Pierce
- Re: [SLE] Permission Denied problem on modprobe.conf.local
- From: stephan beal
- [SLE] Permission Denied problem on modprobe.conf.local
- Prev by Date: Re: [SLE] pdf questions
- Next by Date: RE: [SLE] Need help diagnosing hardware problem
- Previous by thread: Re: [SLE] Permission Denied problem on modprobe.conf.local
- Next by thread: Re: [SLE] Permission Denied problem on modprobe.conf.local
- Index(es):
Relevant Pages
|