HelpDeskCategory: QuestionsUbuntu: exec $SHELL vs exec bash
Staff Staff asked 4 years ago

You may encounter these issues:

  • ll or source comment not found:
~ $ ll
bash: ll: command not found

$ source
/bin/sh: 1: source: not found
  • or tab completion doesn’t work

It’s because your Terminal is running under Shell:

$ exec $SHELL

Solution?
 
 

1 Answers
Staff Staff answered 4 years ago

Try:

$ exec bash