Here’s the code I’m Using: ”’pi@raspberrypi:~ $ su ”’ And here’s what I’m getting: ”’Password: su: Authentication failure ”’
Advertisement
Answer
su implies that you know the root password: Try sudo -i instead.
Here’s the code I’m Using: ”’pi@raspberrypi:~ $ su ”’ And here’s what I’m getting: ”’Password: su: Authentication failure ”’
su implies that you know the root password: Try sudo -i instead.