mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
73f9e47abd
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
20 lines
649 B
Plaintext
20 lines
649 B
Plaintext
QA output created by 370
|
|
--- runas -u 99 -g 99 sh -c echo a > a
|
|
sh: a: Permission denied
|
|
--- runas -u 99 -g 99 sh -c echo b > b
|
|
--- runas -u 99 -g 99 sh -c echo c > c
|
|
sh: c: Permission denied
|
|
--- runas -u 99 -g 99 sh -c echo d > d
|
|
--- runas -u 99 -g 99 sh -c echo e > e
|
|
--- runas -u 99 -g 99 sh -c echo f > f
|
|
sh: f: Permission denied
|
|
--- runas -u 99 -g 99 sh -c echo A >> a
|
|
sh: a: Permission denied
|
|
--- runas -u 99 -g 99 sh -c echo B >> b
|
|
sh: b: Permission denied
|
|
--- runas -u 99 -g 99 sh -c echo C >> c
|
|
--- runas -u 99 -g 99 sh -c echo D >> d
|
|
--- runas -u 99 -g 99 sh -c echo E >> e
|
|
sh: e: Permission denied
|
|
--- runas -u 99 -g 99 sh -c echo F >> f
|