The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com



High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Unable to chmod a file/directory lyonsd SUN Solaris 12 04-27-2009 06:08 AM
use a file to chmod ruben.rodrigues Shell Programming and Scripting 3 01-15-2009 12:02 PM
chmod erased a directory(?) SmooBG UNIX for Dummies Questions & Answers 1 11-14-2005 03:05 PM
what to chmod to write in a directory? phonedog365 UNIX for Dummies Questions & Answers 2 05-30-2005 05:23 PM
directory permissions and CHMOD ncarmstrong UNIX for Dummies Questions & Answers 3 08-14-2002 02:00 PM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 08-21-2009
mansa mansa is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 33
chmod:No such file or directory


Code:
  sprintf(fname, "core.%d", pid);
  (void) unlink(fname);
  if (ttrace(TT_PROC_CORE, pid, 0, 0, 0, 0) != 0) {
    perror("TT_PROC_CORE pass");
    Fail();
  }
  if (chmod(fname, 0) != 0) {
    perror("chmod");
    Fail();
  }

Hi,

If i execute above code,everytime am getting below error..


===============
STANDARD OUTPUT:
FAIL
STANDARD ERROR:
chmod: No such file or directory
===============


Could you please let me know how to overcome that issue..
Is there anything wrong in the code..

Thanks in Advance,
Mansa
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:44 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0