answersLogoWhite

0


Best Answer

There is no such thing. The "default shell" is a decision made by the distributor.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is default shell for root user Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In linux. Which prompt does the root user receive when logged in to the system?

Typically a root user sees the '#' symbol as their prompt. If they already have a prompt via the PS1 shell variable then the # symbol is usually added at the end to indicate that they are a root user in this current context.


How does shell works in Linux?

Shell is the bridge between Kernel and User.


What is the Linux administrator called?

The Linux administrator is called the "root" user.


Could you tell me how to write a script that verify that I am the root user in Linux?

You don't need a shell script for this; just use the 'id' command look at the uid, which for root is 0.


Where is a users default shell set?

The default user shell is set in the password file as an entry for each account.


Can Linux be shut down by the root user?

Yes.


What Linux super-user account is built into Linux?

With most Unix-derived systems, "root" is the super-user account.


What is Root user in a Linux machine?

The root account is the administrative account on Linux; this account has control over everything in the system.


Is Linux shell a CUI?

Strictly speaking, a "shell" is simply the interface between the user and the rest of the operating system. In that definition not all shells on Linux are command lines. However, most day-to-day usage of the term "shell" does refer to command line user interfaces. Finally, "Linux shell" is not a thing. Linux is an operating system, specifically a kernel, not a shell. Most Linux distributions use BASH, but I personally prefer ZSH.


Does Windows and Linux have a single default GUI interface?

No. There is no single user interface for Linux. GNOME. KDE, Xfce, Fluxbox, and CDE are all examples of user interfaces / desktop environments for Linux.


Why root user is used in Linux?

Unlike in MS Windows, where any user can alter, change, or damage the system, only a root user can make such changes with linux type systems. So it is an extra security measure.


What account is created when you install Linux?

By default,there is only one account, root. However, most Linux distribution will either allow or make you set up a second administrative user account.