Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

files

Status
Not open for further replies.

merwa

ISP
Dec 12, 2002
14
Hi,
What's the diff between character spl file and block spl file? How do we list them? rather how do we know them whether they r char or block files.Ur ans is appreciated
 
merwa -

When a character special file is used for device I/O, data is transferred one character at a time. When a block special file is used for device I/O, data is transferred in large fixed-size blocks.

You should be able to use the "file" command to determine if the file is a character special, or a block special:

#file <filename>

Hope this helps!


Biker
Systems/Network Administrator
LiveFire Labs - Online UNIX and Linux Training with
Hands-on Lab Exercises
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top