On Thu, 10 Aug 2000, Aaron Konstam wrote:

> 
> On 10-Aug-00 Jake McHenry wrote:
> > 
> > I was just rewriting my login script, and started exploring, and found
> > something
> > that I didn't recognize. I've looked in the man pages of chmod for what I'm
> > looking for, but didn't find it. Anyway, here is it.
> > 
> > 
> > -rw-r--r--   1 root     system         0 Apr 13 13:55 /dev/nul
> > crw-rw-rw-   1 root     system     2,  2 Aug 09 22:04 /dev/null
> > crw-rw-rw-   1 root     system    13, 27 Dec 11 1999  /dev/nuls
> > crw-r----T   1 root     system     3,  0 Dec 11 1999  /dev/nvram
> > ^
> >|
> >|
> >|____ What is that c for? What does it do? Does it keep anything from being
> > written to these files?
> > 
> > Thanks,
> > 
> > Jake
> > 
> > 
> > 
> > 
> It means it is a character oriented device rather tahn b for block oriented
> device like /dev/hda1 for example
> -------------------------------------------
> Aaron Konstam         
> Computer Science
> Trinity University
> 715 Stadium Dr.
> San Antonio, TX 78212-7200
> 
> telephone: (210)-999-7484
> email:[EMAIL PROTECTED]
> 
> 
> 
> _______________________________________________
> Cartman-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/cartman-list
> 
c stands for character that means this device is character mode.
-- 
#####################################################################
# Andrew H.P. So, Software Developer                                #
# First Ecommerce Limited, http://www.firstecom.com                 #
# 8/F, Henley Building, 5 Queen's Road Central, Hong Kong           #
# [EMAIL PROTECTED], Tel:(852)2289-9542 Fax:(852)2801-5939    #
#####################################################################



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to