Lines Matching refs:e
8 rm -fr /tmp/{C,d,D,e}
9 mkdir /tmp/{C,d,D,e}
56 mkdir -p /tmp/e/2/{d1,d2}
57 chmod 777 /tmp/e/2
58 chmod 777 /tmp/e/2/d*
61 e /tmp/e/1 0755 daemon daemon - -
62 e /tmp/e/2/* 0755 daemon daemon - -
65 test ! -d /tmp/e/1
67 test -d /tmp/e/2
70 test -d /tmp/e/2/d1
72 test -d /tmp/e/2/d2
76 mkdir -p /tmp/e/3/{d1,d2}
77 chmod 777 /tmp/e/3
78 chmod 777 /tmp/e/3/d*
79 touch /tmp/e/3/f1
80 chmod 644 /tmp/e/3/f1
83 e /tmp/e/3/* 0755 daemon daemon - -
88 test -d /tmp/e/3/d1
90 test -d /tmp/e/3/d2
93 test -f /tmp/e/3/f1