A quick tutorial showing you how to install and setup git on an Ubuntu server and pull a repo from Github.
Tag: Ubuntu
How to list all of a users groups in Ubuntu
If you need to see all of the groups assigned to a user simply type the following into the Terminal: groups username To display all…
How to find the owner and group of a directory in Ubuntu
There are two ways to find the owner and group of a directory in Ubuntu: First way: ls -l /path/to/file The 3rd field outputted is…
Setup a folder so that new files created in it inherit default permissions and group
A quick tutorial showing you how to ensure that new files created in your file structure will inherit the existing user and groups (no matter…