Run the commands listed below to identify the login shell for your account.
- Login to your shell account for this class.
- Run the grep command to display lines from the /etc/passwd file that contain your login name.
We will cover the grep command in a future module. In the command below, you must insert your login name into the grep command in place of <your-login-name>. DO NOT include the angle brackets in the command.
grep <your-login-name> /etc/passwd