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

    cat >/bin/uname <<EOF
    #!/bin/sh
    echo Linux
    EOF
    chmod +x /bin/uname


I see your point; that being said, I was talking about the system call uname(2), not the command line utility uname(1). It's somewhat more difficult to fake that, you need to know your way around C the very least.




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

Search: