Skip to content

Comment on Nokia Releasing First Android Phone parent

Comments

    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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.