Subject: Re: cdev vs. bdev (32 bit dev_t)
To: Paul A Vixie <paul@vix.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 01/14/1998 11:41:12
> > ("It's just a little
> > bit of binary arithmetic...." :)
>
> not to "ls -l" it's not.
hp-ux displays the minor number in hex... not that i'm necessarily
*recommending* this, mind you..
% ls -l /dev/rdsk
total 0
crw-r----- 1 bin sys 188 0x002000 Nov 6 14:04 c0t2d0
crw-r----- 1 root sys 188 0x003000 Nov 6 13:00 c0t3d0
crw-r----- 1 root sys 188 0x004000 Nov 6 13:00 c0t4d0
crw-r----- 1 root sys 188 0x006000 Nov 6 13:00 c0t6d0
- Bill