Cygwin なんでも掲示板

一覧最新記事過去一覧 | 検索FAQアンテナHOME
(新規投稿・発言はできません)

No.1778  ネットワークドメイン(ワークグループ?)にログオンし、ローカル側はAdministrators権限での結果です
発言者: 田野@まさ
発言日: 2003 12/12 11:40
 
tanom@DWH2K Group=Administrators での結果です。
$ mount
e:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode)
e:\cygwin\bin on /usr/bin type system (binmode)
e:\cygwin\lib on /usr/lib type system (binmode)
e:\cygwin on / type system (binmode)
c: on /cygdrive/c type user (binmode,noumount)
d: on /cygdrive/d type user (binmode,noumount)
e: on /cygdrive/e type user (binmode,noumount)
f: on /cygdrive/f type user (binmode,noumount)
g: on /cygdrive/g type user (binmode,noumount)
h: on /cygdrive/h type user (binmode,noumount)
i: on /cygdrive/i type user (binmode,noumount)
j: on /cygdrive/j type user (binmode,noumount)
k: on /cygdrive/k type user (binmode,noumount)
l: on /cygdrive/l type user (binmode,noumount)
m: on /cygdrive/m type user (binmode,noumount)

$ find / -maxdepth 1 -print
/
/bin
/cygwin.bat
/cygwin.ico
/etc
/home
/lib
/sbin
/tmp
/usr
/var

やはり / からはじめて /bin と /lib の下だけを検索した時だけ問題が起きてます。

$ find / ! \( -path / -o -path /bin -o -path '/bin/*' -o -path /lib -o -path '/lib/*' \) -prune -o -print | tail
find: ./.. changed during execution of find
/bin/zipcloak.exe
/bin/zipgrep
/bin/zipinfo
/bin/zipnote.exe
/bin/zipsplit.exe
/bin/zless
/bin/zmore
/bin/znew
/bin/zsh-4.0.6.exe
/bin/zsh.exe

$ find / \( -path /cygdrive -o -path /bin -o -path /lib \) -prune -o -print | tail
/var/www/icons/up.gif
/var/www/icons/up.png
/var/www/icons/uu.gif
/var/www/icons/uu.png
/var/www/icons/uuencoded.gif
/var/www/icons/uuencoded.png
/var/www/icons/world1.gif
/var/www/icons/world1.png
/var/www/icons/world2.gif
/var/www/icons/world2.png


▼関連発言

1709:~/(e:\cygwin\home\myname)でなく c:\ に .ncftp\ と .ssh\ が出 [田野@ま] 12/04
 ├1711:find の動作 [MSだす。] 12/04
 │└1716:日本語のフォルダ名は(今は)在りません [田野@ま] 12/05
 │ └1723:Re:日本語のフォルダ名は(今は)在りません [MSだす。] 12/05
 │  └1741:findだけ再setupしたら直りませんか? [田野@ま] 12/08
 │   └1745:Re:findだけ再setupしたら直りませんか? [MSだす。] 12/08
 │    └1746:'/'はスルーしました。他はみな同じ結果でした。 [田野@ま] 12/09
 │     ├1747:Re:findの再インストールの前に [田野@ま] 12/09
 │     │└1750:Re[2]:findの再インストールの前に [MSだす。] 12/09
 │     │ └1753:$ updatedb --prunepaths='/ /bin' で今までにな [田野@ま] 12/09
 │     │  └1764:Re:$ updatedb --prunepaths= [MSだす。] 12/10
 │     │   └1767:前回と挙動が変わりました。原因は不明です [田野@ま] 12/11
 │     │    └1771:Re:前回と挙動が変わりました。原因は不明 [MSだす。] 12/11
 │     │     └1775:Re[2]:前回と挙動が変わりました。原因 [nil] 12/11
 │     │      └1778:ネットワークドメイン(ワークグルー [田野@ま] 12/12
 │     ├1749:Re: [な] 12/09
 │     │└1751:Re[2]:$ for d in /*; …の結果 [田野@ま] 12/09
 │     │ └1755:Re[3]:$ for d in /*; …の結果 [な] 12/09
 │     │  └1761:/etc/group コンフィデンシャル含まれてない筈 [田野@ま] 12/10
 │     │   └1765:Re:/etc/group コンフィデンシャル含まれて [MSだす。] 12/10
 │     │    ├1768:/etc/passwd /etc/group 編集して全ファイ [田野@ま] 12/11
 │     │    │├1772:Administrator@ローカルでログオンだと [田野@ま] 12/11
 │     │    │└1776:Re:/etc/passwd /etc/group 編集して全 [MSだす。] 12/12
 │     │    │ ├1777:Administratorsグループなので、この [田野@ま] 12/12
 │     │    │ └1779:Administratorsグループでインストし [田野@ま] 12/12 <
 │     │    └1769:Re[2]:/etc/group コンフィデンシャル含ま [nil] 12/11
 │     │     └1770:man stringsがおかしなメッセージ? [田野@ま] 12/11
 │     └1752:find での確認方法 [nil] 12/09
 │      └1754:/tmp/find-$d に書き込まれません [田野@ま] 12/09
 │       └1756:Re:/tmp/find-$d に書き込まれません [nil] 12/09
 │        ├1760:/cygwin.bat.0d0a は私が手で作ったものですが [田野@ま] 12/10
 │        └1762:/tmp/find-cygwin.bat.0d0a が怪しい? [田野@ま] 12/10
 │         └1763:/ から打って出来たファイルの中身 [田野@ま] 12/10
 ├1712:Re:~/(e:\cygwin\home\myname)でなく c:\ に .ncftp\ と .ssh\ [MSだす。] 12/04
 │└1717:こんなです。 [田野@ま] 12/05
 │ ├1718:Re:こんなです。 [りう] 12/05
 │ │└1726:(無題) [nil] 12/05
 │ ├1719:Re:こんなです。 [MSだす。] 12/05
 │ ├1721:Re:こんなです。 [田野@ま] 12/05
 │ │└1722:補足 Re[2]:こんなです。 [田野@ま] 12/05
 │ │ ├1724:補足 Re[3]:こんなです。 [MSだす。] 12/05
 │ │ └1725:補足 Re[3]:こんなです。 [MSだす。] 12/05
 │ └1740:c:\ に.ncftp\や.ssh\が出来てしまう現象は直りました。 [田野@ま] 12/08
 │  └1742:訂正&お礼 [田野@ま] 12/08
 └1715:自己レス:~/(e:\cygwin\home\myname)でなく c:\ に .ncftp\ と [田野@ま] 12/05

Pass 保存

早田のホームページへ
CGIROOM