0
2.7kviews
Write a short note on: Linux File System?
1 Answer
| written 3.6 years ago by |
Linux retains UNIX's standard file-system model. UNIX files can be anything capable of handling the input or output of a stream of data. Eg: Device drivers, interprocess communication channels or network connections also look like files to the user.
The Linux kernel handles all these types of files …