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:
Maxim Konovalov 2009-02-11 10:50:26 +00:00
parent 3141a8dcd1
commit df8a2f1a4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188481

View File

@ -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" \