Forum Discussion
TobiF
Bronze II
6 months agoRoot permissions for IoT & Embedded Devices: Certificate Underpinning
The iml-user in the exercise does not have root permissions. Therefore, I cannot run a server on the port 443. Please give a hint on how to obtain the necessary permissions.
After some poking around, it turned out the sudo pw is the username, and "sudo python" does not work, but "sudo /usr/bin/python3" does.
1 Reply
- TobiF
Bronze II
After some poking around, it turned out the sudo pw is the username, and "sudo python" does not work, but "sudo /usr/bin/python3" does.