|
INTERVIEW QUESTIONS
OPERATING SYSTEMS
DETAILS
Question: Describe system calls for file management?
Answer: To make changes a file must be opened. This call specifies the file name to be opened, either as an absolute path name or relative to the working directory, and a code of O_RDONLY, O_WRONLY or O_RDWR, meaning open for reading, writing or both. The file descriptor can then be used for reading or writing.
|
|
|
Category |
Operating Systems Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6586 users |
Added on |
9/14/2014 |
Views |
68836 |
Rate it! |
|
|
Question:
Describe system calls for file management?
Answer:
To make changes a file must be opened. This call specifies the file name to be opened, either as an absolute path name or relative to the working directory, and a code of O_RDONLY, O_WRONLY or O_RDWR, meaning open for reading, writing or both. The file descriptor can then be used for reading or writing. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What are server operating systems?
|
View Answer
|
|
What is a data register and address register?
|
View Answer
|
|
What are the contexts in which concurrency may occur?
|
View Answer
|
|
What design and management issues are raised by the existence of concurrency?
|
View Answer
|
|
Explain about what a signal is?
|
View Answer
|
|
State and explain about what an operating system is?
|
View Answer
|
|
What are rings in Windows NT?
|
View Answer
|
|
What is process migration?
|
View Answer
|
|
What are the reasons for process suspension?
|
View Answer
|
|
List out some reasons for process termination
|
View Answer
|
|
What is process spawning?
|
View Answer
|
|
What is a drawback of MVT?
|
View Answer
|
|
Is Windows NT a full blown object oriented operating system? Give reasons
|
View Answer
|
|
What are the key objects oriented concepts used by Windows NT?
|
View Answer
|
|
What is SMP?
|
View Answer
|
|
What are the four layers that Windows NT have in order to achieve independence?
|
View Answer
|
|
What has triggered the need for multitasking in PCs?
|
View Answer
|
|
What is page cannibalizing?
|
View Answer
|
|
What are demand- and pre-paging?
|
View Answer
|
|
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
|
View Answer
|