In the Bourne shell, which file is responsible for configuring the user's Unix environment upon logging into their HOME directory?

Choose the correct answer

Explanation

The .profile file is executed by the Bourne shell when a user logs into their HOME directory, setting up the Unix environment variables and configurations. The other files serve different purposes: .exrc is for editor settings, lastlogin records login times, and .mbox stores mail.

In the Bourne shell, which file is responsible for c… — Basic of linux unix | PakQuizHub