answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the default command shell in fendora?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Command to display the default shell in unix?

There isn't a concept of a 'default' shell in Unix; you may have a login shell specified by the system administrator for use when you log in. Although it isn't a fool-proof way to find your shell, you could use the command: echo $SHELL or use the 'finger' command to see what your default login shell environment is. You could also 'grep' for your information in the password file because the last field is your login environment shell.


What is default operating system shell in ms-dos?

It is the command interpreter: command.com


What is a Unix 'default shell'?

The a default Unix shell is the shell that comes with and is activated initially with your distribution of Unix. The shell is essentially the program the runs the command line interface allowing someone to interact with their computer. Some examples are the Bourne-Again shell (bash) or the Bourne shell (sh).


What command starts the command line in Linux?

That would be a semi-contradiction; the command line would need to be already running in order to enter a command. The name of the program that actually provides the command line is called a shell. There are many different shells available for Linux, including Bash, ash, C Shell, fish, ksh, zsh, and scsh.The default command shell is /bin/sh (not /bin/bash, note).


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.


Which is default shell for root user Linux?

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


What shell does Debian use?

Up to DebianLenny, the default /bin/sh shell was bash. Starting with DebianSqueeze, the default shell will be dash.


What is the default Unix shell?

There is no "default" Unix shell. Different Unix vendors shipped different shells.


Where is a users default shell set?

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


Which shell is the default in Fedora?

Bash shell. Stands for Bourne Again Shell


What is the command for a default route on a router?

ip default gateway


Which shell is used by Linux as the default command interpreter?

There is no "default" shell. Different distros are free to pick whatever shell they want. The most commonly used as the main shell is Bash, but other shells, including the Korn shell, C shell, Friendly Interactive Shell, or Almquist shell are also available. Many distros also use a variant of the Almquist shell provided by BusyBox in their initial ramdisks before switching to the real root and launching the main shell.