Difference between revisions of "Default Debian Shell - dash to bash - change successful (Mar 2014)"

From ECE Information Technology Services
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
The default shell for all ECE-managed Debian Linux workstations and servers was changed from ''dash'' to ''bash''.
 
The default shell for all ECE-managed Debian Linux workstations and servers was changed from ''dash'' to ''bash''.
 +
 +
Please see the following articles for additional context
 +
 +
https://wiki.debian.org/Shell
 +
 +
https://wiki.debian.org/DashAsBinSh
 +
 +
As a reminder, good scripting practice includes an explicit declaration of the shell required. Non-standard scripting calling /bin/sh may result in undesirable behaviour.

Latest revision as of 12:16, 28 March 2014

This change was successfully implemented on March 26th, 2014.

The default shell for all ECE-managed Debian Linux workstations and servers was changed from dash to bash.

Please see the following articles for additional context

https://wiki.debian.org/Shell

https://wiki.debian.org/DashAsBinSh

As a reminder, good scripting practice includes an explicit declaration of the shell required. Non-standard scripting calling /bin/sh may result in undesirable behaviour.