Daniel Janus 6/11/2008

Today’s lesson: Mind the symlinks

Read Original

This technical blog post details a Unix pitfall where using 'cd ..' after following a symlink behaves differently in shell commands versus programming languages like Python or C. The author demonstrates that shells resolve '..' logically, while chdir() follows the physical path, and explains the shell's '-P' option to control this behavior.

Today’s lesson: Mind the symlinks

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser