unlink命令用于系统调用函数unlink去删除指定的文件。和rm命令作用一样 ,都是删除文件。
语法格式:unlink [参数]
常用参数:
参考实例
删除test文件:
[root@xtuos.com ~]# unlink test.file