2009年12月1日 星期二

Linux Command - readlink

readlink - display value of a symbolic link

Just display the real program, not the soft link
# readlink -f $(which gcc)
/usr/bin/ccache

# readlink -f $(which tcpdump)
/usr/sbin/tcpdump

沒有留言: