Results 1 to 2 of 2
Hi,
i've a pb on a directory...
[root on SERVER~]# ll /app/dir/
total 4
-rw-r--r-- 1 user1 group 0 Nov 5 16:38 i_1.mif
drwxr-xr-- 15 user1 group1 4096 Nov 5 ...
- 12-23-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
[solved] permission denied
Hi,
i've a pb on a directory...
Same pb with others users... fsck -y says fs is clean...[root on SERVER~]# ll /app/dir/
total 4
-rw-r--r-- 1 user1 group 0 Nov 5 16:38 i_1.mif
drwxr-xr-- 15 user1 group1 4096 Nov 5 16:38 PROD
[root on SERVER~]# su - NAGIOS
[NAGIOS onSERVER~]$ ll /app/dir/
total 0
?--------- ? ? ? ? ? i_1.mif
?--------- ? ? ? ? ? PROD
Re-apply chmod +r doesn't works...
Data are on local HD (not SAN)
Any ideas?
Thx a lotLast edited by trax; 12-23-2010 at 10:43 AM.
- 12-23-2010 #2Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
****ing +x....
pb solved
chmod +x /app/dir ...grrr


Reply With Quote