Edited, memorised or added to reading queue

on 01-Feb-2019 (Fri)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Flashcard 3812036054284

Question
In linux, block devices are accessed [...] in large contiguous blocks of data, while character devices, are accessed sequencially one byte at a time.
Answer
randomly

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill
18. UNIX Devices
ls -l /dev/hda shows a b on the far left of the listing, which means that your hard disk is a block device: brw-r----- 1 root disk 3, 64 Apr 27 1995 /dev/hdb Serial devices, on the other hand, <span>are accessed one byte at a time. Data can be read or written only once. For example, after a byte has been read from your mouse, the same byte cannot be read by some other program. Serial devices are called character d