C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 03-14-2009, 01:50 AM   #1
Registered User
 
Join Date: Sep 2008
Posts: 4
Problem creating tmp file in /var/tmp

In my application for iam creating tmp file in /var/tmp.
Now if the length of file is 5 to 10 char then it creates the tmp file, if length is more then say 15 to 20 char iam not able to do so. Any reason ?

Is their any setting or configuration issue in lunux.
Rahulds is offline   Reply With Quote
Old 03-14-2009, 01:57 AM   #2
Senior software engineer
 
brewbuck's Avatar
 
Join Date: Mar 2007
Location: Portland, OR
Posts: 5,381
Quote:
Originally Posted by Rahulds View Post
In my application for iam creating tmp file in /var/tmp.
Now if the length of file is 5 to 10 char then it creates the tmp file, if length is more then say 15 to 20 char iam not able to do so. Any reason ?

Is their any setting or configuration issue in lunux.
The length of the file, or the filename? What function are you using to create the temp file? mkstemp(), mktemp(), tempnam(), tmpfile(), tmpnam(), what?
__________________
"Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot
brewbuck is offline   Reply With Quote
Reply

Tags
linux

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A development process Noir C Programming 30 10-28-2009 04:24 AM
Subtle(?) File I/O Problem cecomp64 C Programming 9 07-16-2008 11:39 AM
help with text input Alphawaves C Programming 8 04-08-2007 04:54 PM
Unknown Memory Leak in Init() Function CodeHacker Windows Programming 3 07-09-2004 09:54 AM
simulate Grep command in Unix using C laxmi C Programming 6 05-10-2002 04:10 PM


All times are GMT -6. The time now is 10:17 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22