Explorar el Código

fix typo

- signed-off-by: trimstray <trimstray@gmail.com>
pull/157/head
trimstray hace 4 años
padre
commit
2937d3a638
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      README.md

+ 3
- 1
README.md Ver fichero

@@ -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
```



Cargando…
Cancelar
Guardar