508 B
508 B
<<<<<<< HEAD
- 10:04 quick capture: New startup sells coffee through SSH =======
- Per cercare un file di dimensioni specifiche con #linuxcommandline
-
find . -type f -size 1033c
-
- Per cercare un file che appartiene ad un utente e ad un gruppo specifico #linuxcommandline
-
find / -type f -user bandit7 -group bandit6 -size 33c 2>&1 | grep -v 'Permission denied'
-