[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Listing Files - Permissions in Octal?



--- ms419@freezone.co.uk wrote: 

> How can I generate a directory listing, including permissions 
> represented in octal, instead of "r", "w", & "x"?

Use "stat" to piece it together:

[n6tadam@station n6tadam]$ stat -c '%a %A %G %U %N' *
644 -rw-r--r-- n6tadam n6tadam `trymr'
644 -rw-r--r-- n6tadam n6tadam `trytrytry.wav'
644 -rw-r--r-- n6tadam n6tadam `typical.png'
600 -rw------- n6tadam n6tadam `ugh.pdf'
644 -rw-r--r-- n6tadam n6tadam `vsound.wav'

as an example. See the man page. :)

-- Thomas Adam


=====
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor"                 -- http://linuxgazette.net

"<shrug> We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)


	
	
		
___________________________________________________________ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself http://uk.messenger.yahoo.com



Reply to: