Ubuntu Pastebin

Paste from Bipul at Sat, 20 Aug 2016 22:59:20 +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
root@bipul:/home/bipul# getfacl roster.txt 
# file: roster.txt
# owner: student
# group: controller
user::rwx
user:james:---
user:a1:rwx			#effective:rw-
group::rwx			#effective:rw-
group:db2:rwx			#effective:rw-
group:sodor:r--
mask::rw-
other::---

root@bipul:/home/bipul# getfacl bots-3.2.0/
# file: bots-3.2.0/
# owner: bipul
# group: bipul
user::rwx
user:bipul:r--
group::r-x
mask::r-x
other::r-x
Download as text