What will happen when we invoke a system call and
say with an example of invoking a system call ?read? for a
device?

Answers were Sorted based on User's Feedback



What will happen when we invoke a system call and say with an example of invoking a system call ?r..

Answer / dheeraj gahtori

Sysem call is an interface between process and the
operating system.
To See what happens when we invoke a system call we can
take an example.
If a system call is made to terminate the currently running
program , a dump of the memmory is taken somtime,
And a error message can be written if there is an error.
In this case the O.S. must transfer control to the command
interpreter. the command interpretor then reads the next
command.
And it depends upon the nature of the system wheather to
terminate or to continue........
We should also know that system calls are used for
process management, device management, Information
maintanance, communication etc....

Is This Answer Correct ?    7 Yes 4 No

What will happen when we invoke a system call and say with an example of invoking a system call ?r..

Answer / kumar babu

• User process executes a syscall open a file.
• User process links to a c runtime library for open and
sets up the needed parameters in registers.
• A software trap is executed now and the operation switches
to the kernel mode.
- The kernel looks up the syscall vector to call "open"
- The kernel tables are modified to open the file.
- Return to the point of call with exit status.
• Return to the user process with value and status.
• The user process may resume now with modified status on
file or abort on error with exit status.

Is This Answer Correct ?    4 Yes 1 No

What will happen when we invoke a system call and say with an example of invoking a system call ?r..

Answer / swamy

Qss. I would like to have some more interview questions
related to LINUX

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More Linux System Calls Interview Questions

How to give the root permision to users?

3 Answers   Wipro,


what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?

2 Answers   NetApp,


What does exec family return?

1 Answers  


Explain process management system calls in linux?

0 Answers  


what is stored at /lib/modules ?

2 Answers   NetApp,






if root user forget the password how to change it?

4 Answers   Wipro,


what is sudo on linux?

3 Answers   IBM,


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


What are system calls used for process management in linux?

0 Answers  


How to get microseconds of system time from Redhat Linux 4.0

2 Answers  


what are different ways the context switch happens from user to kernel space or vice-versa ?

0 Answers   Alcatel,


what is samba, what is configuration file, how it will work?

3 Answers   Wipro,


Categories