- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ls -l and ll commands
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:59 AM
02-26-2007 01:59 AM
root on paris[cdrom] ls -l
total 2280
-r-xr-xr-x 1 root sys 179 Dec 10 2004 CDLABEL.ASC
-r-xr-xr-x 1 root sys 179 Dec 10 2004 CDLABEL.EBC
-r-xr-xr-x 1 root sys 7922 Dec 10 2004 COPY_TM.HTM
-r-xr-xr-x 1 root sys 5296 Dec 10 2004 COPY_TM.TXT
-r-xr-xr-x 1 root sys 1128918 Dec 10 2004 CRCFILE.DAT
......
Regards,
Berd
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 02:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 02:07 AM
02-26-2007 02:07 AM
Re: ls -l and ll commands
The manpages for 'ls' would tell you this, but its the total block count that you see at the listing's beginning.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 02:15 AM
02-26-2007 02:15 AM
Re: ls -l and ll commands
earlier thread provides the answer:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=441449
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 02:22 AM
02-26-2007 02:22 AM
Re: ls -l and ll commands
Total means total number of blocks used there.
Refer man pages for ll command.
Regards,
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 02:37 AM
02-26-2007 02:37 AM
Re: ls -l and ll commands
Berd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 09:26 PM
02-26-2007 09:26 PM
Re: ls -l and ll commands
Thanks, I've always thought it was garbage, something to do with directory sizes.
>I had taken a look at the manpages but could see no reference to this.
You need to look at the bottom:
When an option is specified that results in a listing of directory
and/or file sizes in bytes or blocks (such as the -s or -l (ell)
option), a total count of blocks, including indirect blocks, is also
printed at the beginning of the listing.