Мануалы и справочники Общие команды
rbash

Команда rbash: опции, ключи и примеры использования

rbash

Restricted Bash shell. Similar to the bash shell with some restrictions like changing directories with cd, setting/unsetting of PATH, ENV variables and others.

  • Start rbash:

rbash

  • Execute a command:

rbash -c "{{command}}"

  • Run commands from a file:

rbash {{file.sh}}

  • Print the version information of rbash:

rbash --version

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM