laskachien wrote:OK That s not important,a friend had given me this cde "execute bash' the difference is that is on his Opensuze OS.That s the difficulties of Linux what go on one does not on other!I ve solved the thread by reading and searching.When you are novice you do not often know what exactely you must ask because you don t know the B A BA of the terms.As for me in the first time Konsole=bash!!!
Well, some further explanations/clarifications. The linuxes are not all that different, shell is always the same and really similar.
For "execute bash" your friend maybe meant to "exec bash" which would partly make sense (exec bash inside a bash does do nothing except to remove parts of your current environment, like user-defined varaibles - you mentioned that your son changed something, maybe he added some alias/function for "root" and some other shell customizations) or to just run/execute a bash shell. There is no such command "execute" on any linux. There's also no command "root", for what it's worth.
On a related note, if you ask some question in a support forum, or describe a problem that you like to get solved, then if you don't reply if people ask/ to provide the output of some commands for diagnose/troubleshooting, and then you do not reply, but instead google for the problem and do something totally different, and then say like
"hey, i found this command via google/a friend, but it didn't work as expected, please help"
that is quite detrimental or even harmful.
For your shell, if you still want to know where "root" comes from, please show me the output of the following as normal user:
- Code: Select all
type -a root