Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Normal users can't make a directory at the root of the filesystem by design.

To write that safely, you'd test for the result of mkdir and cd to return success before deleting.

In a shell, you'd just go

    mkdir /foo -m 0700 && cd /foo && ${deleteallfiles}


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: