HomeDir returns the home directory of the current user.
()
| 33 | Environ() []string |
| 34 | // HomeDir returns the home directory of the current user. |
| 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 |
no outgoing calls