I have a NAS system at home and I created a folder using the Mac. The particulars for the folder are as follows:
drwx------ 1 javier_s5 staff 16384 Dec 30 11:10 Picture_Frame_old
The folder is empty, however when I try to delete the folder via the gui, I get a message that says the folder cannot be deleted because it is being used. Mind you I am not inside the folder at the time I try to delete the folder. I then start a terminal session and issue the following command:
rmdir Picture_Frame_old/
rmdir: Picture_Frame_old/: Directory not empty
As you can see, the error message states the directory is not empty, which I guess is true since there are the two normal links inside. Namely "., and ..". How can I delete the folder? I know it should not bother me since it is empty, but it is nagging me that I can't remove the directory.
TIA
Javier
drwx------ 1 javier_s5 staff 16384 Dec 30 11:10 Picture_Frame_old
The folder is empty, however when I try to delete the folder via the gui, I get a message that says the folder cannot be deleted because it is being used. Mind you I am not inside the folder at the time I try to delete the folder. I then start a terminal session and issue the following command:
rmdir Picture_Frame_old/
rmdir: Picture_Frame_old/: Directory not empty
As you can see, the error message states the directory is not empty, which I guess is true since there are the two normal links inside. Namely "., and ..". How can I delete the folder? I know it should not bother me since it is empty, but it is nagging me that I can't remove the directory.
TIA
Javier