Skip to main content

Command Palette

Search for a command to run...

How to check the default shell in Deepin OS using the terminal

Updated
1 min read
How to check the default shell in Deepin OS using the terminal
A

I'm a passionate software developer.


Problem

How to check the default shell in Deepin OS using the terminal


Solution

Check your OS

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

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


Check your default shell

In the terminal, you can check your default shell by running the following command

echo $SHELL

You'll see something like this


Celebrate

Best Michael Scott Reaction GIFs | Gfycat


Let's connect


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.


More from this blog

Alexandre Calaça's Blog

265 posts

I'm a passionate software engineer with a deep love for turning complex problems into elegant solutions through code.