We are setting up several Samba servers and we've run into a problem with file permissions. We've have a few shared folders that we'd like for some GROUPS to have read/write access and other GROUPS to ...
Have you ever wanted to read a file one line at a time in a shell script and found the task to be a lot more trouble than you ever imagined? If you use a “for line ...
Can anyone here remember the syntax required to use a string variable as a filename for a data file? As in:<P>the variable is "fileName"<P><B>char fileName[16] = "";</B><P>and it is decided with user ...