How is this different from doing: ``` # exec setuidgid $USER command ``` or ``` # exec chpst -u $USER: -U $USER: command ``` Those are BusyBox builtin commands.