Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
pkgadd - dont want to use /usr/loca
Name: alana0246 Date: May 5, 2004 at 09:31:28 Pacific OS: Solaris CPU/Ram: 1gb
Comment:
Just wondering if anyone knows how to add a binary package (using pkgadd) into a directory other than /usr/local
i have my disk partitioned so that most of the space if on /export/home, but when i use pkgadd it goes into /usr/local which fills up that partition of the disk and i have to copy it across, which somewhere along the line it is going to scr*w up.
Summary: Hi there. I want to learn Unix! Sure, I could get books on Unix from Library. And I've done that! But, I don't have the OS.... So, I have 386SE computer, is there any Free Unix, that would work on it ...
Summary: hi, I need to use a unix script to accept information from users through a html form and send it to an email address. I dont want to use perl. I tired the option but i dont know how to use it pr...
Summary: Hi, I want to use substr function, but it is not working in sh. As per help following command works with bash. stringZ=123456 echo `expr substr $stringZ 1 2` Any idea what is the problem. If it won't...