Shell returns the shell of the given user.
(username string)
| 35 | HomeDir() (string, error) |
| 36 | // Shell returns the shell of the given user. |
| 37 | Shell(username string) (string, error) |
| 38 | // ModifyCommand modifies the command and arguments before execution based on |
| 39 | // the environment. This is useful for executing a command inside a container. |
| 40 | // In the default case, the command and arguments are returned unchanged. |
no outgoing calls