Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
profile — login shell startupDESCRIPTION
Interactive login shell sessions in sh(1) execute the commands in the profile script upon startup, searching for the user's script at ~/.profile, any system administrator provided script at /etc/profile, or any operating system provided script at /etc/default/profile, whichever exists first.FILES
- ~/.profile
- The user's profile script.
- /etc/profile
- The system administor provided profile script.
- /etc/default/profile
- The operating system provided profile script.