code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| ppzg18l@rusipvteur010:/appl/sa-tools/testdir> ls -la total 36 drwxr-sr-x 2 ppzg18l www_neu 0 Oct 3 10:45 . drwxr-sr-x 10 root www_neu 265 Oct 3 10:45 .. ppzg18l@rusipvteur010:/appl/sa-tools/testdir> touch testfile touch: setting times of `testfile': Permission denied ppzg18l@rusipvteur010:/appl/sa-tools/testdir> ls -la total 38 drwxr-sr-x 2 ppzg18l www_neu 26 Oct 3 10:46 . drwxr-sr-x 10 root www_neu 265 Oct 3 10:45 .. ---------- 1 ppzg18l www_neu 0 Oct 3 10:46 testfile ppzg18l@rusipvteur010:/appl/sa-tools/testdir> umask 0027 ppzg18l@rusipvteur010:/appl/sa-tools/testdir> getfacl . testfile # file: . # owner: ppzg18l # group: www_neu # flags: -s- user::rwx group::r-x other::r-x # file: testfile # owner: ppzg18l # group: www_neu user::--- group::--- other::--- ppzg18l@rusipvteur010:/appl/sa-tools/testdir> |
Iemand een idee wat er hier aan de hand is? Ik ben owner van de file and parent folder en heb rwx op de parent folder...
Het OS is SLES11SP4