Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The default shell in Linux is the bash shell. The shell can produce other child shells (ash,zsh,..).If the property of child process is used , the child process will use less resources or will be dependent on the parent.Does that affect the shell property anyway?Is there any command to start a shell by default when opening the terminal without modifying the system variables?
Posted

1 solution

It's a while since I used Linux, but I thought you could change it by modifying your own profile, with the chsh[^] command. Alternatively you could change your local .bashrc file[^] to run an exec command to start the alternate shell.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900