# How to set your terminal to use /bin/bash as the default shell in Deepin OS

## **Problem**

How to set your terminal to use /bin/bash as the default shell in Deepin OS

---

## **Steps**

### **Check your OS**

In the terminal, you can check your operating system by running the following command

```apache
lsb_release -a
```

The solution provided by this article was tested using `Deepin Os 20.7`. You can check it out if works in your operating system.

You'll see something like this

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685497851774/059e9bbb-88f9-4f58-a67f-02317268fb6d.png?auto=compress,format&format=webp align="left")

---

### **Set bin/bash**

In the terminal, you can set your terminal to use /bin/bash as the default shell in Deepin OS by running the following command

```apache
chsh -s /bin/bash
```

You'll be required to provide your root password.

You'll see something like this

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685498621190/b88d017d-a93b-4177-870d-34542fbf8a3b.png align="center")

---

### Restart the terminal

---

### Check your default shell

In the terminal, you can Check your default shell in Deepin OS by running the following command

```apache
echo $SHELL
```

You should see something like this

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685498729388/ba01b980-dc3d-4238-b4c3-f88465fac41d.png align="center")

---

## **Celebrate**

![Best Michael Scott Reaction GIFs | Gfycat](https://thumbs.gfycat.com/FriendlyRadiantBumblebee-max-1mb.gif align="left")

---

## **Let's connect**

* [**Github**](https://github.com/alexcalaca)
    
* [**LinkedIn**](https://linkedin.com/in/alexandrecalacaofficial)
    
* [**Hashnode**](https://hashnode.com/onboard?next=/@alexandrecalaca)
    
* [**Youtube**](https://www.youtube.com/@alexandrecalacaofficial)
    

---

## **Final thoughts**

I hope this article helped you. Let me know if you have any questions.

Your thoughts, suggestions and corrections are more than welcome.

By the way, feel free to drop your suggestions on new blog articles.

Hope to see you next time.

---
