Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fixupresourceforks(1) [osx man page]

FIXUPRESOURCEFORKS(1)					    BSD General Commands Manual 				     FIXUPRESOURCEFORKS(1)

NAME
/System/Library/CoreServices/FixupResourceForks -- Join AppleDouble files into two-fork HFS resource files. SYNOPSIS
/System/Library/CoreServices/FixupResourceForks [-q[uiet]] [-nosetinfo] [-nodelete] path ... DESCRIPTION
FixupResourceForks is to SplitForks what matter is to antimatter. Given one or more directories that reside on an HFS or Extended HFS ("HFS+") volume, it scans those directories for AppleDouble files and, if found, rejoins them into two-fork resource files. The resource fork data can then be accessed with normal Carbon Resource Manager calls, be processed with DeRez(1), and accessed from the POSIX file system interface through the ..namedfork/rsrc path mechanism. /System/Library/CoreServices/FixupResourceForks takes the following flags and arguments: -q[uiet] Suppress verbose diagnostics to standard output. -nosetinfo Do not set file system metadata (type, creator, flags, permissions) from the data in the AppleDouble file. -nodelete Leave the AppleDouble files in the directory after copying their resource data into the resource fork of the main file. path ... One or more directory paths. Note that FixupResourceForks only acts on entire directories, not in individual files. FILES
foo Data fork of file 'foo' NOTES
SplitForks will fail with error 2 if the designated file is not on an HFS or Extended HFS file system volume. SEE ALSO
FixupResourceForks(1), MvMac(1), CpMac(1) STANDARDS
Consult RFC 1740 for details on AppleSingle/AppleDouble formats. Mac OS X April 12, 2004 Mac OS X

Check Out this Related Man Page

AFILE(1)						      General Commands Manual							  AFILE(1)

NAME
afile - display type and creator of Apple Macintosh files (netatalk format) SYNOPSIS
afile [ -a ] file ... DESCRIPTION
afile displays the name and Macintosh type and creator of the file arguments. Tests whether the file is an AppleDouble header, in which case it checks the corresponding data fork exists, or assumes it is a data fork in which case it looks for the corresponding AppleDouble to find the type/creator information. afile does not look at any of the extension mapping files such as AppleVolumes.system. OPTIONS
-a Include directories and data files of unknown type (i.e. without corresponding AppleDouble) in output. DIAGNOSTICS
returns exit status 0 if all files have a corresponding valid .AppleDouble header or data fork, or 99 for bad command line options. Other- wise it returns the following error code relating to the last invalid file. 1 file doesn't exist 2 file is unreadable 3 file is directory 4 file is AppleDouble without data fork 5 file is AppleDouble with unreadable data fork 6 file is data fork without AppleDouble 7 file is data fork with unreadable AppleDouble 8 file is data fork with short AppleDouble 9 bad magic in AppleDouble SEE ALSO
achfile(1), afpd(1) 26 Feb 1998 AFILE(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I'm stuck

Hello, system just keeps repeating this and won't let me do anything: -zsh: fork failed: resource temporarily unavailable I would appreciat any help. Thank you (3 Replies)
Discussion started by: Fender
3 Replies

2. OS X (Apple)

How to use the command "MvMac" in Terminal.

I tried to use the command: /Developer/tools/MvMac /Applications/Calender ~ to move the Calender from Application directory to my home directory. But the terminal responded: failed to resolve one of the resources,(-43) I'd appreciate any advice. (0 Replies)
Discussion started by: KL2KL
0 Replies

3. Red Hat

What is an HFS server?

what is HFS server and how to configure it in REDHAT 5.4 ? (1 Reply)
Discussion started by: reply.ravi
1 Replies

4. UNIX for Dummies Questions & Answers

chmod ug-s /System/Library/CoreServices/RemoteManagement/ARDAgent.app/.... NOT PERMITTED

After much reflecting I decided that I don't want to have a remote managemente in my computer and I digited in Terminal from the Administrator Account: chmod ug-s /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent But the answer is: NOT PERMITTED Why? Is it not... (6 Replies)
Discussion started by: Vera
6 Replies

5. UNIX for Dummies Questions & Answers

Fork: Resource Temporarily Unavailable

I wrote a script that works most of the time but gave me fork: resource temporarily unavailable some of the time. I restarted my computer and now it runs fine but googling "fork: resource temporarily unavailable" and looking on the forums has not actually helped me figure out what exactly I... (3 Replies)
Discussion started by: monstrousturtle
3 Replies