change access user mariadb code example
Example 1: change user linux
sudo su - username
Example 2: change user linuxcommand ch
chown USER:GROUP FILE
Change the user and grop for an entire folder:
chown -R USER:GROUP FILE
sudo su - username
chown USER:GROUP FILE
Change the user and grop for an entire folder:
chown -R USER:GROUP FILE