HelpDeskDanh mục đơn: QuestionsUbuntu: exec $SHELL vs exec bash
Staff Nhân viên hỏi 4 năm trước

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 Nhân viên trả lời 4 năm trước

Try:

$ exec bash