Search Results

Search: Posts Made By: nabramovitz
4,581
Posted By nabramovitz
If you cannot have your users use a script when...
If you cannot have your users use a script when they create files in your directories, then maybe you can run a cron job every 5 minutes that would run in the background to change file permissions. ...
11,466
Posted By nabramovitz
I have not tested this, but if your input data...
I have not tested this, but if your input data only contains letters and numbers then maybe something like this would work.

extractNumbers()
{
oldIFS="$IFS"...
2,374
Posted By nabramovitz
Use an external tool like perl
You can always call a perl or phython script which has ODBC interfaces. There are ODBC tools as well, but you do not state your enivornment. Does your database vendor supply any tools for database...
7,882
Posted By nabramovitz
Two things Read over the man page for...
Two things

Read over the man page for lseek64 and make sure you are using the correct compiler flags. i do not believe you are.

Secondly, The read system call does guarantee that it will fill...
Forum: Programming 12-26-2009
31,445
Posted By nabramovitz
This is a complex topic. Are your I/O...
This is a complex topic.

Are your I/O operations synchronous or asynchronous? Are you using the O_NONBLOCK interface or the AIO interface? Are you going to use the buffer cache or using the...
181,702
Posted By nabramovitz
The ksh shell seems to exist by default verses...
The ksh shell seems to exist by default verses the bash shell which sometimes needs to be installed explicitly.
16,442
Posted By nabramovitz
We are also going the route of a single home...
We are also going the route of a single home directory and a single login shell for our AIX/HPUX/Solaris/SuSE/Redhat across i686, ia64, powerpc, sparc hardware boxes but we are using NIS instead of...
Showing results 1 to 7 of 7

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