符号连接 meaning in English
symbolic link
Examples
- This function returns true if it is a link
如果给定的文件是一个符号连接,那么该函数将返回true 。 - The readlink ( ) function returns the target of a symbolic link
函数的作用是:返回符号连接指向的目标对象。 - The is _ link ( ) function checks whether the specified file is a link
函数的作用是:判断给定文件名是否为一个符号连接。 - This function returns the target of the link on success , or false on failure
这个函数返回符号连接指向的目标对象;如果执行失败将返回false 。 - Similarly , you should create symbolic links to shut down the packet filter when network services are shut down
类似的,在网络服务关闭后也应该停止包过滤器的符号连接。