系统调用简介

用户层调用的函数原型:

#include<unistd.h>

int link(const char *oldpath, const char *newpath);

Return 0 on success,or -1 on error