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.
unix share command
Name: fatchoy Date: December 4, 2002 at 01:32:02 Pacific OS: hp ux 7.3.4 CPU/Ram: p166/64mb
Comment:
Hi
In hp ux ,how can i share my folder in order to be view by other on different machine.Is it modifying etc/exports.
Do I need to start/stop any daemon? thank in advance
Summary: hi, I'm altering a script from Unix to Linux, and I came across the Unix stat command - not the function, but the command. I know I had to get an rpm to run this in RedHat 8 - however, the unix comman...
Summary: I am using Unix sed command like this sed 's/XX/new.dat/' x > y.out The replacement is working fine but while creating the y.out file its truncating the last line from x file Any idea why this is ha...
Summary: Dev: It depends on how 'source code' and 'execuatable' are defined. You can say my source code is all files with an extension of .c or .h and use the find command: find . -type f \( -name "*.c" -o -n...