Ubuntu Pastebin

Paste from Jonny at Mon, 30 May 2016 20:52:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
root@WinterFell:/mnt/backup/test# getfacl ./
# file: .
# owner: root
# group: root
user::rwx
group::rwx
group:storage:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::rwx
default:group:storage:rwx
default:mask::rwx
default:other::r-x

root@WinterFell:/mnt/backup/test# getfacl o
# file: o
# owner: root
# group: root
user::rw-
group::rwx                      #effective:rw-
group:storage:rwx               #effective:rw-
mask::rw-
other::r--
Download as text