10-12-2023, 02:38 AM
both ubuntu and pinephone use sudo system. probably you need sudo on both devices.
in realty users and groups are store as numbers in a filesystem, then operating system determines which number is for which user and group.
Code:
# user password is given
sudo chmod {parameters}
sudo chown {parameters}
in realty users and groups are store as numbers in a filesystem, then operating system determines which number is for which user and group.
Code:
# this gives root console, user password is given
sudo su -l
# or
sudo -i
# gives root, root password is given. (does not work on most pinephone systems).
su -l