[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Missing commands



At 11:53 AM 2/13/00 -0500, Sergej Zoubok wrote:

>are man pages for both on my system. What am I missing?

Possibly the fact that the /sbin directory is not (by default) in your
path? Try this:
1. Log in
2. Use "su" to become the root user
3. Type "/sbin/insmod" and press enter

Also for homework read the man pages for locate and find :) either of them
could have told you where insmod is (in fact, if for some obscure reason
insmod is not in /sbin, you could still use locate or find to tell you
where it actually ended up, e.g. "locate insmod").
--

    if (argc > 1 && strcmp(argv[1], "-advice") == 0) {
        printf("Don't Panic!\n");
        exit(42);
    }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]