in reply to Re: Continuous or timed?
in thread Continuous or timed?
"I am using the default pi account which I believe is the RPi equivalent to root."
That's an incorrect assumption.
Raspbian, the OS of the Raspberry Pi, which is Linux, creates the pi user account, and it's the default standard user. root is the super user account. You execute commands as root using sudo. It's highly unlikely that with what you're doing, you need super user access. Don't use super user access except when absolutely necessary, and use the super user account for as short a duration as possible.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Continuous or timed?
by Bod (Parson) on Dec 14, 2020 at 23:55 UTC | |
by stevieb (Canon) on Dec 15, 2020 at 00:35 UTC |