Results 1 to 2 of 2
The output of few files in /usr/bin/ is as follows:
$ ls -l /usr/bin/o*
ls: /usr/bin/oclock: Permission denied
ls: /usr/bin/od: Permission denied
ls: /usr/bin/oldfuser: Permission denied
ls: /usr/bin/omshell: Permission denied
...
- 01-12-2007 #1Just Joined!
- Join Date
- Aug 2005
- Location
- Mumbai
- Posts
- 12
Permission Problems
The output of few files in /usr/bin/ is as follows:
$ ls -l /usr/bin/o*
ls: /usr/bin/oclock: Permission denied
ls: /usr/bin/od: Permission denied
ls: /usr/bin/oldfuser: Permission denied
ls: /usr/bin/omshell: Permission denied
ls: /usr/bin/on_ac_power: Permission denied
ls: /usr/bin/oobase: Permission denied
ls: /usr/bin/oocalc: Permission denied
ls: /usr/bin/oodraw: Permission denied
ls: /usr/bin/ooffice: Permission denied
ls: /usr/bin/oofromtemplate: Permission denied
ls: /usr/bin/ooimpress: Permission denied
ls: /usr/bin/oomath: Permission denied
ls: /usr/bin/ooo-wrapper: Permission denied
ls: /usr/bin/ooweb: Permission denied
ls: /usr/bin/oowriter: Permission denied
ls: /usr/bin/open: Permission denied
ls: /usr/bin/openoffice: Permission denied
ls: /usr/bin/openssl: Permission denied
-rwxr-xr-x 1 root root 227648 2006-02-25 14:38 /usr/bin/objcopy
-rwxr-xr-x 1 root root 268512 2006-02-25 14:38 /usr/bin/objdump
-rwxr-xr-x 1 root root 12784 2006-03-26 17:12 /usr/bin/odbcinst
-rwxr-xr-x 1 root root 56860 2006-01-19 10:50 /usr/bin/ogg123
-rwxr-xr-x 1 root root 9248 2006-01-19 10:50 /usr/bin/oggdec
-rwxr-xr-x 1 root root 53896 2006-01-19 10:50 /usr/bin/oggenc
-rwxr-xr-x 1 root root 22284 2006-01-19 10:50 /usr/bin/ogginfo
-rwxr-xr-x 1 root root 37840 2005-12-29 06:55 /usr/bin/ogmcat
-rwxr-xr-x 1 root root 75580 2005-12-29 06:55 /usr/bin/ogmdemux
-rwxr-xr-x 1 root root 27607 2006-10-06 22:34 /usr/bin/ogm_encoder.py
-rwxr-xr-x 1 root root 21020 2005-12-29 06:55 /usr/bin/ogminfo
-rwxr-xr-x 1 root root 178840 2005-12-29 06:55 /usr/bin/ogmmerge
-rwxr-xr-x 1 root root 44464 2005-12-29 06:55 /usr/bin/ogmsplit
-rwxr-xr-x 1 root root 200992 2006-04-10 10:16 /usr/bin/openuniverse
-rwxr-xr-x 1 root root 9812 2006-04-13 06:04 /usr/bin/openvt
What could be the problem and how do i resolve it??
Chmod doesn't seem to work! Using root It still doesn't give me permissions to edit it's permissions! Could it be a filesystem problem. The inode problem...? How do i rectify this??
Please helppp!
Savio.
- 01-16-2007 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
suggest thus:
cd /usr
ls -l bin
check permissions on bin: try chmod a+x bin
cd /
ls -l usr
check permissions on usr: try chmod a+x usr
if that doesn't fix it, please post yr /etc/fstabthe sun is new every day (heraclitus)


Reply With Quote