mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
|
|
QA output created by 367
|
||
|
|
--- runas -u 99 -g 99 touch d1/f
|
||
|
|
touch: cannot touch 'd1/f': Permission denied
|
||
|
|
--- runas -u 99 -g 99 mkdir d1/d
|
||
|
|
mkdir: cannot create directory 'd1/d': Permission denied
|
||
|
|
--- runas -u 99 -g 99 touch d2/f
|
||
|
|
--- runas -u 99 -g 99 mkdir d2/d
|
||
|
|
mkdir: cannot create directory 'd2/d': Permission denied
|
||
|
|
--- runas -u 99 -g 99 touch d3/f
|
||
|
|
touch: cannot touch 'd3/f': Permission denied
|
||
|
|
--- runas -u 99 -g 99 mkdir d3/d
|