• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Need geek help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need geek help


  • Subject: Re: Need geek help
  • From: Doug McNutt <email@hidden>
  • Date: Wed, 02 Nov 2011 16:26:49 -0600

At 14:54 -0600 11/2/11, Robert Poland wrote:
>Hi,
>
>I'm trying to move .swt files to my MBP using;
>
>robert-polands-macbook-pro:~ rpoland$ mv /Users/rpoland/Desktop/untitled/.swt /Users/rpoland
>
>I get the error "operation not permitted", I also tried sudo and password.


You're asking for the mv  tool to look into the "untitled" directory which lives in the Desktop directory. It then has to find a file ".swt" that begins with a dot and would probably be considered in invisible file by Finder.

It's a pretty strange request that makes it all look like a typo.

mv /Users/rpoland/Desktop/*.swt    /Users/rpoland/

May be what you mean. That would look for all files in directory Desktop that have extension .swt and move them to the root of your home directory.

I'd look for the permissions on that "untitled" directory. The mv tool might be having problems opening it.  It needs owner read, write, and execute bits set and the owner needs to be you.

You might also experiment with cp instead of mv.  It's a bit safer and it's pretty easy to do a rm on the originals after everything works.

--

-->  Halloween  == Oct 31 == Dec 25 == Christmas  <--
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Need geek help
      • From: Robert Poland <email@hidden>
References: 
 >Need geek help (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Need geek help
  • Next by Date: Re: Need geek help
  • Previous by thread: Re: Need geek help
  • Next by thread: Re: Need geek help
  • Index(es):
    • Date
    • Thread