o Print an octal representation of suid, sgid and sticky bits with -x flag.
PR: bin/131569 Submitted by: Jaakko Heinonen Reported by: Yannick Cadin MFC after: 1 week
This commit is contained in:
parent
3141a8dcd1
commit
df8a2f1a4b
@ -108,7 +108,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define LINUX_FORMAT \
|
||||
" File: \"%N\"%n" \
|
||||
" Size: %-11z FileType: %HT%n" \
|
||||
" Mode: (%04OLp/%.10Sp) Uid: (%5u/%8Su) Gid: (%5g/%8Sg)%n" \
|
||||
" Mode: (%OMp%03OLp/%.10Sp) Uid: (%5u/%8Su) Gid: (%5g/%8Sg)%n" \
|
||||
"Device: %Hd,%Ld Inode: %i Links: %l%n" \
|
||||
"Access: %Sa%n" \
|
||||
"Modify: %Sm%n" \
|
||||
|
Loading…
Reference in New Issue
Block a user