I\'ve got a seemingly un-deletable directory in Unix that contains some hidden files with names that start with .panfs. I\'m unable to delete it using either o
.panfs
Syntax :
rm -rf
It worked for me. It will remove the directory with all its content ...(forcibly)