Tagged “permissions”
-
TIL linux user groups permissions linux user
UID 0 is reserved for root user. UID 1-99 is reserved for other predefined accounts. UID 100-999 is reserved for system accounts. Also notice that user accounts tend to start at 1000. UID above 999 are for normal user accounts.
-
TIL how to get the location of the user with the Geolocation API mdn browser javascript permissions
You can get the user's location in the browser. First, the user has to accept this. As it's a security request. Second, you use the Geolocation API.
-
TIL How to determine what security group you're in linux permissions terminal commandline
These commands will help you figure out what group you're in, and if you belong to the group that can modify files.
See all tags.