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 파일이 있습니까? 그리고 .bashrc 및 .bash_profile은 항상 / home / "user name"디렉토리에 있습니까?