Or are they both not allowed at the same time?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Not only is it possible, some systems set up new accounts with both. This allows the same skeleton setup to be used whichever shell the user gets. The purpose of the two file is the same, but they belong to two different shell families. The syntax of the shell scripts for the two shells is very different so different scripts are required. With a bit of care it is possible to use the same rc file for Bourne shell, ksh, and bash. This can be done by inclusion or hard links. |
|||||||||
|
|
Why wouldn't they be? They're only executed by their respective shells though...
|
|||
|
|