Narzędzia użytkownika

Narzędzia witryny


oscp:locate_find:solutions

Różnice

Różnice między wybraną wersją a wersją aktualną.

Odnośnik do tego porównania

Both sides previous revision Poprzednia wersja
oscp:locate_find:solutions [2024/03/11 20:28]
jkonczak removed
— (aktualna)
Linia 1: Linia 1:
-<​html><​code></​html>​ 
  
-|~~#​5~~|locate '​*/​bin'​ \\ locate -b '​\bin'​ \\ locate -r '/​bin$'​ \\ locate -b -r '​%%^%%bin$'​| 
-|~~#​~~|locate '​*/​icons/​*pause*'​ \\ locate --all /icons/ pause \\ …| 
-|~~#​~~|locate '​*[*'​ \\ locate -r '​\['​| 
-|~~#​9~~|find /srv /​var/​lib/​zypp| 
-|~~#~~|find ~ -name "​*.xml"​| 
-|~~#~~|find ~ -size 0 \\ find ~ -empty | 
-|~~#~~|find -L /​usr/​include -size -32c -exec cat \{\} \; \\ # the switch -L follows symlinks| 
-|~~#~~|find / -user //student// ! -path '/​home/​%%%%//​student//​%%%%/​*'​ \\ find / -user //student// ! -path ~'/​*'​| 
-|~~#~~|find ~ ! -perm -g+r| 
- 
-<​html></​code></​html>​ 
- 
- 
-~~META: 
-language = en 
-~~