4
在Linux中哪里找到.bashrc文件?
我找不到我的.bash_login和.bash_profile root@linux:~# locate .bash* /etc/bash.bashrc /etc/skel/.bashrc /etc/skel/.bashrc.original /home/noroot/.bashrc /home/noroot/.bashrc.original /root/.bash_history /root/.bashrc /usr/share/base-files/dot.bashrc /usr/share/doc/adduser/examples/adduser.local.conf.examples/bash.bashrc /usr/share/doc/adduser/examples/adduser.local.conf.examples/skel/dot.bashrc /usr/share/kali-defaults/.bashrc root@linux:~# 每个用户是否总是只有一个.bashrc和.bash_profile文件? 而且,是否始终在/ home /“用户名”目录中找到.bashrc和.bash_profile?