因此,我尝试使用以下命令使Fish成为我的默认shell:
sudo chsh -s /usr/bin/fish 'myUsername'每次我发射终端时,我都会得到这样的信息:
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied我试过使用:sudo chsh -s /usr/bin/bash 'myUsername'
但我得到了:
chsh: PAM: Authentication failure
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied有办法解决我搞砸的事吗?我想回到巴什。我用的是Ubuntu 16.04
发布于 2016-06-14 08:53:29
我找到了这个链接,它解决了我的问题,以及Ziazis最初的建议。
Ziazis的建议:
sudo chown user:usergroup -R /home/user一旦实现了,我就不再获得
Unable to open universal variable file '/home/username/.config/fish/fishd.Dlorah': Permission denied错误,但PAM身份验证错误仍然出现。更多的googlin‘我找到了这个链接:http://ubuntuforums.org/showthread.php?t=1702833
https://askubuntu.com/questions/786754
复制相似问题