Annotation of researchv10no/cmd/v8.c, revision 1.1

1.1     ! root        1: main(argc, argv)
        !             2: char **argv;
        !             3: {
        !             4:        if (chroot("/v8") < 0) {
        !             5:                printf("v8: can't chroot\n");
        !             6:                exit(1);
        !             7:        }
        !             8:        chdir(argc>1? argv[1]: "/");
        !             9:        umask(02);
        !            10:        setgid(4);
        !            11:        setuid(3);
        !            12:        execl("/bin/sh", "-", 0);
        !            13: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.