Can't remove a directory in Unix

前端 未结 6 727
野性不改
野性不改 2020-12-28 14:27

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

6条回答
  •  天涯浪人
    2020-12-28 15:30

    Syntax :

    rm -rf 
    

    It worked for me. It will remove the directory with all its content ...(forcibly)

提交回复
热议问题