answersLogoWhite

0


Best Answer

Unix has the following categories of users:

Superuser - root account, can do anything on the system

ordinary user - has no special privileges

restricted user - is restricted in what they can do in the shell and programs they can run.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the three categories of users in a Unix environment?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do you require different shells in unix?

Different shells are not required in Unix; they happen to be available to users to switch to if they wish. Different shells have different environments, depending on what type of user you are. Some users prefer one shell environment over another but it is merely personal choice, not a requirement.


Who is Unix work performed by?

Unix work is performed by users of the unix system, for application and system programs, or anything that requires a Unix system.


When was Advanced Programming in the Unix Environment created?

Advanced Programming in the Unix Environment was created in 1992.


Are there still people using unix?

Yes, quite a bit of companies and users use unix.


What is Unix configuration?

Unix configuration is the process of tailoring a freshly installed version of Unix to your particular environment. Each Unix system may do that differently.


WHO will give default shell in unix?

The 'who' command merely tells you the users that are logged in and when they logged in. It doesn't give any more information. The default shell for Unix can be different for different users; if you are talking about the login shell, then you can find out the login environment for users by either using the 'finger' command on an individual user, or looking at the /etc/passwd file. It will be the last field on each line for each user.


Is Linux is the descendant of unix?

In a sense, I suppose you could say it was a descendant of Unix; it is actually a clone of the Unix environment and Operating System.


What is a UNIX command that will count how many users have logged on and also the users list in the UNIX system?

There are many ways to do this, but the fastest and easiest is to use the 'uptime' command, which will tell you in a summary line how many users are logged in.


Which is better solaris or unix?

Solaris is a specific version of Unix; the term 'Unix' refers to a classification, and several vendors provide a Unix-like environment. So, in a sense, Unix and Solaris are the same thing.


What is the prompt symbol traditionally associated with ordinary users in UNIX?

dollar sign ($)


How many separate users does a UNIX or Linux server allow before additional licenses must be purchased?

In general Linux has no restrictions on the number of users in a server. Commercial Unix vendors vary in what they allow by licensing, so it depends on the vendor.


How can you learn all of the Unix commands?

It would take a very long time to learn all of the Unix commands, and frankly, that isn't necessary. Most Unix users have a subset of commands they use all the time, and that is how they learn them.