Ver a proveniência

fix typo

- signed-off-by: trimstray <trimstray@gmail.com>
pull/157/head
trimstray há 4 anos
ascendente
cometimento
2937d3a638
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      README.md

+ 3
- 1
README.md Ver ficheiro

@@ -2007,9 +2007,11 @@ find . \! -group <group>
###### Looking for files/directories that only have certain permission

```bash
# User:
# User
find . -user <username> -perm -u+rw # -rw-r--r--
find /home -user $(whoami) -perm 777 # -rwxrwxrwx

# Group:
find /home -type d -group <group> -perm 755 # -rwxr-xr-x
```



Carregando…
Cancelar
Guardar