w GUI ? nie
w shellu - cos sie znajdzie
w shellu - cos sie znajdzie
Jakieś przykłady komand ?
find / -type f -user user_name
na tym się wysypuje na -user
find / -type f -user user_name
na tym się wysypuje na -user
to pokaze pliki
find /jakas/sciezka/ -user jakis_looser a du -sm /sciezka/do/ pokaze ile zajmuje elementfind /share/CACHEDEV1_DATA/ -user ADMIN
BusyBox v1.01 (2016.08.31-17:42+0000) multi-call binary
Usage: find [PATH...] [EXPRESSION]
Search for files in a directory hierarchy. The default PATH is
the current directory; default EXPRESSION is '-print'
EXPRESSION may consist of:
-follow Dereference symbolic links.
-name PATTERN File name (leading directories removed) matches PATTERN.
-print Print (default and assumed).
-type X Filetype matches X (where X is one of: f,d,l,b,c,...)
-perm PERMS Permissions match any of (+NNN); all of (-NNN);
or exactly (NNN)
-mtime TIME Modified time is greater than (+N); less than (-N);
or exactly (N) days
BusyBox v1.01 (2016.08.31-17:42+0000) multi-call binary
Usage: find [PATH...] [EXPRESSION]
Search for files in a directory hierarchy. The default PATH is
the current directory; default EXPRESSION is '-print'
EXPRESSION may consist of:
-follow Dereference symbolic links.
-name PATTERN File name (leading directories removed) matches PATTERN.
-print Print (default and assumed).
-type X Filetype matches X (where X is one of: f,d,l,b,c,...)
-perm PERMS Permissions match any of (+NNN); all of (-NNN);
or exactly (NNN)
-mtime TIME Modified time is greater than (+N); less than (-N);
or exactly (N) days
1. zapomnialem o tym ze mam ipkg i aliasy 
2. to co komenda wypluła wstawiaj w tagi code
to tak - w AppCenter zainstaluj IPKG - Optware IPKG [x86]
nastepnie w nowym shellu - zainstaluj findutils

teraz mozesz wydac
2. to co komenda wypluła wstawiaj w tagi code
to tak - w AppCenter zainstaluj IPKG - Optware IPKG [x86]
nastepnie w nowym shellu - zainstaluj findutils

Proszę,
Zaloguj
lub
Załóż konto
aby zobaczyć linki URL!
teraz mozesz wydac
findutils-find /share/CACHEDEV1_DATA/ -user admin -exec du -a {} + <- wykonywanie tego jest głupotą bo admin jest wlasciecielem 99% plików na NAS w czesci systemowej, to tak jak na Windows liczyc rozmiar folderów których właścicielem jest user system ...Super dziekuję wrzuciłem sobie na plik >>test.txt
Czy jest możliwość przy poleceniu aby podał rozmiar w MB ?
Edit
Ok do du dopisujemy zamiast -a to -ha a co z podsumowaniem i zliczeniem...
polecenie na zliczenie wszystkich plików ile ważą?
Edit
polecenie
-c, --total
produce a grand total
Dzięki jeszcze raz za pomoc
Czy jest możliwość przy poleceniu aby podał rozmiar w MB ?
Edit
Ok do du dopisujemy zamiast -a to -ha a co z podsumowaniem i zliczeniem...
polecenie na zliczenie wszystkich plików ile ważą?
Edit
polecenie
-c, --total
produce a grand total
Dzięki jeszcze raz za pomoc
findutils-find /share/CACHEDEV1_DATA/ -user admin -exec du -a -sm {} + rtfm ...nie ma podsumowania, policz to sobie sam ..