Search Results

Search: Posts Made By: lacasa
1,919
Posted By lacasa
Can somebody show me how to mount and umount...
Can somebody show me how to mount and umount cdrom in my server running SUN SOLARIS 8?
Thanks.
3,565
Posted By lacasa
I got it!
I use "((ptr = creat (filename, S_IWGRP)) == -1) and it works.
Thanks.
3,565
Posted By lacasa
Hi I want to write to my output_file using: ...
Hi
I want to write to my output_file using:

if((fptr = creat(output_file, _S_IWRITE)) == -1)
{
printf("output_file..."..);
return (1);
}
for(...)
{
_write(fptr, buffer, BUF_SIZE);
}...
5,114
Posted By lacasa
How can I know that my FreeBSD OS has commands...
How can I know that my FreeBSD OS has commands mkdir or mkfile?
Can I do like this:
find / -name mkdir
find / -name mkfile
But I do not see them???
Thanks.
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 10:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy