You are not logged in.

#1 2012-04-16 16:34:37

clementis
Member
Registered: 2009-08-26
Posts: 37

find / -group network --> no permission / directory not found

Hi,

sorry, I unfortunately started the treat in German. Now the English version. wink

I'd like to find all files asigned to the group e.g. network.

I used this command with the following errors.

# find / -group network
find: "/home/clementis/.gvfs": no permission
find: "/proc/1581/task/1581/fd/5": file or directory not found
find: "/proc/1581/task/1581/fdinfo/5": file or directory not found
find: "/proc/1581/fd/5": file or directory not found
find: "/proc/1581/fdinfo/5: file or directory not found

Does this output simply mean that there are no files with the group "network" or is it an access problem or something else?

Could please help or give me a hint?

Thx!

Clementis

Last edited by clementis (2012-04-16 19:56:27)

Offline

#2 2012-04-16 16:54:28

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: find / -group network --> no permission / directory not found

Hi Clementis. This is English language forum for Arch users. The German forum is here: https://bbs.archlinux.de/ .

Offline

#3 2012-04-16 16:54:55

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: find / -group network --> no permission / directory not found

Solche Fehler sind normal mit den meisten Suchanfragen. Normalerweise ist es sicher, die stderr auf /dev/null schicken.

$ find / -group network 2>/dev/null

(Übersetzt mit Google Translate)


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#4 2012-04-16 18:05:29

clementis
Member
Registered: 2009-08-26
Posts: 37

Re: find / -group network --> no permission / directory not found

Hello,

please find the English treat above. Sorry!

Clemens

Offline

Board footer

Powered by FluxBB