6726Fermer6728
GodzilLe 02/02/2017 à 19:04
trigic
mlt@dfoobar /tmp $ mkdir toto
mlt@dfoobar /tmp $ cd toto/
mlt@dfoobar /tmp/toto $ mkdir tata
mlt@dfoobar /tmp/toto $ cd tata
mlt@dfoobar /tmp/toto $ ln -s ../.. ...
mlt@dfoobar /tmp/toto/tata $ ls
mlt@dfoobar /tmp/toto/tata $ ls -lah
total 8.0K
drwxr-xr-x 2 mlt mouhaha 4.0K Feb  2 18:01 .
drwxr-xr-x 3 mlt mouhaha 4.0K Feb  2 18:01 ..
lrwxrwxrwx 1 mlt mouhaha    5 Feb  2 18:01 ... -> ../..
mlt@dfoobar /tmp/toto/tata $ cd ...
mlt@dfoobar /tmp/toto/tata/... $ echo "WUT?"
WUT?
mlt@dfoobar /tmp/toto/tata/... $
mlt@foobar /tmp/toto/tata/... $ cd toto/tata/.../toto/tata/.../toto/tata
mlt@foobar /tmp/toto/tata/.../toto/tata/.../toto/tata/.../toto/tata $ ls -la
total 8
drwxr-xr-x 2 mlt mouhaha 4096 Feb  2 18:01 .
drwxr-xr-x 3 mlt mouhaha 4096 Feb  2 18:01 ..
lrwxrwxrwx 1 mlt mouhaha    5 Feb  2 18:01 ... -> ../..
mlt@foobar /tmp/toto/tata/.../toto/tata/.../toto/tata/.../toto/tata $