$ pwd
	/a/b
	$ cd ..
	$ rm -rf b
	$ pwd
	/d
	$ ls -l /a
	... b -> /d/e ...
	$ # Drat! I've just removed the wrong set of files, d/b!