在Linux系统中,如果当前目录是/usr/local,那么相对路径 ../prog/fc的绝对路径名是什么
. 代表当前目录.. 代表上一级目录
所以 当前/usr/local,那 ../prog/fc 就是 /usr/prog/fc ( 因为上一级目录是 /usr )