LINUX.ORG.RU

find


0

0

Ne poimu, kak rabotaet "find":
nushno naiti wse faily, gde o=r
a shto stoit u >user< i >group< newashno.

Pishu tak: find . -perm o=r
on nahodit tolko faily, gde ------r--
a fail naprimer takoi: rw-rw-r--
ushe ne nahodit.

Kak prawilno iskat? Spasibo

anonymous

Ответ на: комментарий от anonymous

$ touch a b c
$ chmod ug-rwx b
$ chmod o-r c
$ ls -l 
-rw-r--r--    1 tony     users           0 Jan 14 14:38 a
-------r--    1 tony     users           0 Jan 14 14:38 b
-rw-r-----    1 tony     users           0 Jan 14 14:38 c
$ find . -perm +o=r
.
./a
./b

И этого (-perm +mode) нет в man find???

Obidos ★★★★★
()
Ответ на: комментарий от Obidos

Ya koneshno ochen izwinjajus, no.. :

>touch a b c
>ls -l a b c
-rw-r--r-- 1 oper other 0 Jan 14 13:10 a
-rw-r--r-- 1 oper other 0 Jan 14 13:10 b
-rw-r--r-- 1 oper other 0 Jan 14 13:10 c

>chmod ug-rwx b
>chmod o-r c
>ls -l a b c
-rw-r--r-- 1 oper other 0 Jan 14 13:10 a
-------r-- 1 oper other 0 Jan 14 13:10 b
-rw-r----- 1 oper other 0 Jan 14 13:10 c

>find . -perm +o=r
>

Stranno :-/

anonymous
()
Ответ на: комментарий от Obidos

I ja tak dumaju, shto stranno:

o sebe:
>uname -a
SunOS mars 5.8 Generic_108528-09 sun4u sparc SUNW,Ultra-5_10
>which find
/usr/bin/find



anonymous
()
Ответ на: комментарий от anonymous

tony:~$ find --version

GNU find version 4.1.7

А как у вас?

P.S. По поводу find на сантехнике ;) (без обид) сходите на форум OpenNet. Там скорее помогут, чем здесь. Только попробуйте как-нибудь без транслита. Его не любят.

Obidos ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.