what does 999 means here
- by Brij Raj Singh
I did ll on one of my directories, what does 999 means here,
drwxr-xr-x 9 git mysql 4096 Nov 12 14:41 gitlab/
drwxr-xr-x 6 gitlab_ci 999 4096 Jun 28 13:36 gitlabci/
could these directories be fully owned like
gitlab is owned by git
and gitlabci to be owned by gitlab_ci
I want something like this
drwxr-xr-x 9 git git 4096 Nov 12 14:41 gitlab/
drwxr-xr-x 6 gitlab_ci gitlab_ci 4096 Jun 28 13:36 gitlabci/