TABLE NAMEshells
DESCRIPTIONThe shells table stores all the shells that may be used in a linux account. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| path | path | false | true | | linux_accounts.shell | 1.0a100 | the complete path to the executable | | is_login | boolean | false | false | | | 1.0a100 | indicates if the shells gives process control | | is_system | boolean | false | false | | | 1.0a100 | indicates that this shell is for internal use only |
|