enable
Use the `env` command. Env is a command which launches another program with a possibly modified environment. Because env is a program, it doesn't have access to shell builtins, alias, and whatnot
env -i --chdir=/etc/ pwd
标签:shell,disable,builtin,program,env,BASH From: https://www.cnblogs.com/dissipate/p/17254581.html