228 views

Please log in or register to answer this question.

Related questions

399
views
0 answers
0 votes
admin asked Oct 26, 2019
399 views
In Windows, when a user double clicks on a file listed by Windows Explorer, a program is run and given that file as a parameter. List two different ways the operating system could know which program to run.
196
views
0 answers
0 votes
admin asked Oct 23, 2019
196 views
Is there any reason why you might want to mount a file system on a nonempty directory? If so, what is it?
341
views
0 answers
0 votes
admin asked Oct 27, 2019
341 views
Implement a simulated file system that will be fully contained in a single regular file stored on the disk. This disk file will contain directories, i-nodes, ... files, read/write from/to a selected file, and to list directory contents.
334
views
0 answers
0 votes
admin asked Oct 27, 2019
334 views
Implement a program to measure the impact of application-level buffer sizes on read time. This involves writing to and reading from a large file (say, $2$ ... does buffer size make a difference to the overall write time and per-write time?