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

1.1     ! root        1: main(argc, argv)
        !             2: char **argv;
        !             3: {
        !             4:        chroot("/usr/v7");
        !             5:        chdir(argc>1? argv[1]: "/");
        !             6:        umask(02);
        !             7:        setgid(3);
        !             8:        setuid(3);
        !             9:        execl("/bin/sh", "-", 0);
        !            10: }

unix.superglobalmegacorp.com

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