answersLogoWhite

0


Best Answer

Between a single user and a multi user operating system?

Generally the kernel of the multiuser operating system has to take care that one user can't interfere with the other, much like a multitasking operating system has to protect processes from each other.

Also much like a single user multitasking system, any normal user absolutely must not be able to interfere with the system. This is generally why anything outside of ~ (/home/username) is read/execute-only at most for a user, except in cases where a user needs to be able to write out data, too, such as /tmp.

Probably the best example is how security and access control is implemented. It's all highly user-oriented: A user will have rights over files they control and files they are granted rights to only. Keeping in mind there's different types of access and most users' write permissions are restricted to a user's own personal space.

This access control varies. And in some cases the same multi-user system can be configured by its administrator to use many different kinds of access control. For example, Linux offers SELinux, Tomoyo, Apparmor, PaX, GrSec, or its default and plain vanilla access control lists wherein the system tracks user and group ownership of a file and determines what rights the user owner has, what rights the group owner has, and what rights non-owners have.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an additional task which would have to be carried out by a multiuser operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is a multiuser operating system also described as a network operating system?

Yes, a multiuser operating system is also described as a network operating system.


Is windows NT is multiuser operational system?

yes. windows nt is a multiuser operating system


What is the name of 1 multiuser operating system?

Linux.


Difference between unix and windows?

unix is a multiuser operating system but widows is a single user operating system.


Window operating system is multiuser operating system or not?

Read your EULA. The license encourages you, and only you, to use the PC, even if you install sshd or vnc so others can use it. Now ask yourself if Debian Linux is a multiuser operating system.


Example of multiuser single task operating system?

Novell Netware ? ? ?


Is window xp single-user or multi-user operating system?

multiuser


Is Linux a single user operating system?

It is a multitasking, multiuser opearting. It is a version of UNIX .


Is windows 2000 a single user or multiuser operating system?

it is a multi user OS


What kind of OS has multiple users running programs simultaneously?

It is a network or multi-user operating system.


What is the differences between multiprogramming operating system and multiuser operating system?

Multiprogramming System: In multiprogramming system the same memory is shared by different number of programmes. MultiUser system: More than one user can use the system at a time.There will one centralized server and the users connected with the system are called as dump terminals.


Which is a multiuser operating system?

A multiuser operating system is one that allows several users to share a single operating system on a central server. An office/factory network may have several dumb terminals on which workers can input data using a keyboard. The IT manager is able to restrict or allow various workers to gain some or all of the operating system, based on what amount of access they need to do their job.