Hello Friends
About to install Oh My Zsh it requires to have installed first zsh. Of course it has sense. Now in the Oh My Zsh documentation has the following section:
where is indicated:
Make it your default shell:
chsh -s $(which zsh)or usesudo lchsh $USERif you are on Fedora.
…
If you uselchshyou need to type/bin/zshto make it your default shell.
Now being curious
Question
- Why Fedora needs to use the
lchshcommand to change the default shell?
I am not sure if it is the solution to:
But Why is not enough the chsh command?
Furthermore if in google is applied the two following search patterns:
- linux chsh tutorial
- linux lchsh tutorial
The former has a lot of results and the latter practically nothing
Thanks for your understanding