adspace
which files are called for user profile by default when a user gets login in linux?
Answer Posted / Chandan Verma
By default, the system reads /etc/passwd to get basic information about users, such as username, home directory path, and shell. The /home/<username> directory contains the user's personal files, including the .bashrc (for bash shell) or .zshrc (for zsh shell) configuration file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers