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 $USER
if you are on Fedora.
…
If you uselchsh
you need to type/bin/zsh
to make it your default shell.
Now being curious
Question
- Why Fedora needs to use the
lchsh
command 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