ln命令时提示:ln: 正在访问"/a/afile": 没有那个文件或目录
[root@localhost a]# ll
总用量 8
-rw-r--r--. 1 root root 0 12月 18 07:00 afile
drwxr-xr-x. 2 root root 4096 12月 11 07:17 b
drwxr-xr-x. 2 root root 4096 12月 18 07:08 tmp
[root@localhost a]# cd ..
[root@localhost ~]# ll
总用量 64
drwxr-xr-x. 4 root root 4096 12月 18 07:08 a
-rw-r--r--. 1 root root 17 12月 11 08:08 aa.txt
-rw-------. 1 root root 1272 12月 7 08:27 anaconda-ks.cfg
drwxr-xr-x. 2 root root 4096 12月 11 07:17 b
-rw-r--r--. 1 root root 26150 12月 7 08:27 install.log
-rw-r--r--. 1 root root 7572 12月 7 08:23 install.log.syslog
drwxr-xr-x. 2 root root 4096 12月 18 06:49 mytest
drwxr-xr-x. 2 root root 4096 12月 10 08:08 test
[root@localhost ~]# mkdir tmp
[root@localhost ~]# ll
总用量 68
drwxr-xr-x. 4 root root 4096 12月 18 07:08 a
-rw-r--r--. 1 root root 17 12月 11 08:08 aa.txt
-rw-------. 1 root root 1272 12月 7 08:27 anaconda-ks.cfg
drwxr-xr-x. 2 root root 4096 12月 11 07:17 b
-rw-r--r--. 1 root root 26150 12月 7 08:27 install.log
-rw-r--r--. 1 root root 7572 12月 7 08:23 install.log.syslog
drwxr-xr-x. 2 root root 4096 12月 18 06:49 mytest
drwxr-xr-x. 2 root root 4096 12月 10 08:08 test
drwxr-xr-x. 2 root root 4096 12月 18 07:08 tmp
[root@localhost ~]# ln /a/afile /tmp/afile.hard
ln: 正在访问"/a/afile": 没有那个文件或目录