Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Output from terminal?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Output from terminal?
Authored by: robg on Mar 22, '02 09:23:37AM
Can you copy and paste the output from the two commands? This will help us figure out exactly what's not working. Specifically, open the terminal and:
 % touch /System/Library/CoreServices/Finder
% Developer/Tools/SetFile -t FNDR -c MACS -a I /System/Library/CoreServices/Finder
Don't type the "%", of course. -rob.

[ Reply to This | # ]
Output from terminal?
Authored by: hcasper on Mar 22, '02 10:34:38AM

OK - here's a copy/paste from the terminal after copy/pasting the commands.

[localhost:~] hcasper% touch /System/Library/CoreServices/Finder
touch: /System/Library/CoreServices/Finder: Permission denied

[localhost:~] hcasper%
[localhost:~] hcasper% Developer/Tools/SetFile -t FNDR -c MACS -a I /System/Library/CoreServices/Finder
Developer/Tools/SetFile: Command not found.

[localhost:~] hcasper%
[localhost:~] hcasper%

As you can see I get permission denied and then command not found. I tried it in root too with no luck.
Thanks for staying with me here.



[ Reply to This | # ]
Two problems...
Authored by: robg on Mar 22, '02 10:54:00AM
It appears the original instructions are missing a "sudo" in front of both commands; this may very well have been my fault while entering them. With your second command, I left out the "/" at the front of the path. So the revised commands should look like:
 % sudo touch /System/Library/CoreServices/Finder
% sudo /Developer/Tools/SetFile -t FNDR -c MACS -a I /System/Library/CoreServices/Finder
Sorry about that! -rob.

[ Reply to This | # ]
Two problems...
Authored by: hcasper on Mar 22, '02 02:22:11PM

Yes! All fixed and the duplicate finder has been successfully rereated. Yippee and a huge THANK YOU to you.



[ Reply to This | # ]