Linux: Creating a new system user

In terminal:
sudo adduser userName
To login with root privlages:
su userName
Check on current user permissions: ls -ld

No comments:

Post a Comment