Set your default shell in Linux

Source: Internet
Author: User
Keywords Linux
Tags default etc file fish linux login root set

If you can have root permissions, you can modify the passwd file directly. Find the line where your user ID starts

User:x:1000:112:user,,,:/home/user:/bin/bash

The last field is the default shell after login, and/bin/bash is the main program path for program bash. The path of the fish main program is usually/usr/bin/fish.

/etc/shells all available shells in the system (/bin/false to disable shell)

You can also change your default shell by using the following command

Chsh-s/usr/bin/fish
(You need to enter your password)

TIP: You can use the Whereis XXX command to find the installation location of XXX program, see Search.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.