m**e 发帖数: 150 | 1 There is a strange file in my directory and I can't delete
it. Does anyone meet the same thing and know what's the problem?
Thanks.
bash-2.00$ ls -al
total 4
drwxr-xr-x 2 yu ksgroup 512 Sep 4 18:19 .
drwxr-xr-x 4 yu ksgroup 1024 Sep 4 18:11 ..
-rw-r--r-- 1 yu ksgroup 0 Sep 4 18:16 .nfs59AB
bash-2.00$ rm .nfs59AB
bash-2.00$ ls -al
total 4
drwxr-xr-x 2 yu ksgroup 512 Sep 4 18:19 .
drwxr-xr-x 4 yu ksgroup 1024 Sep 4 18:11 ..
-rw- |
G*****a 发帖数: 183 | 2 seems to me, this is a temp file created by some process for some kind of use.
Check what kind of processes are running and try to stop some of them and try
again.
【在 m**e 的大作中提到】 : There is a strange file in my directory and I can't delete : it. Does anyone meet the same thing and know what's the problem? : Thanks. : bash-2.00$ ls -al : total 4 : drwxr-xr-x 2 yu ksgroup 512 Sep 4 18:19 . : drwxr-xr-x 4 yu ksgroup 1024 Sep 4 18:11 .. : -rw-r--r-- 1 yu ksgroup 0 Sep 4 18:16 .nfs59AB : bash-2.00$ rm .nfs59AB : bash-2.00$ ls -al
|
m*****e 发帖数: 4193 | 3 some process is holding a file and the file has been deleted. this file is
automatically created by nfs.
【在 m**e 的大作中提到】 : There is a strange file in my directory and I can't delete : it. Does anyone meet the same thing and know what's the problem? : Thanks. : bash-2.00$ ls -al : total 4 : drwxr-xr-x 2 yu ksgroup 512 Sep 4 18:19 . : drwxr-xr-x 4 yu ksgroup 1024 Sep 4 18:11 .. : -rw-r--r-- 1 yu ksgroup 0 Sep 4 18:16 .nfs59AB : bash-2.00$ rm .nfs59AB : bash-2.00$ ls -al
|