LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-08-2010, 01:41 AM   #1
smilemukul
Member
 
Registered: Jun 2009
Distribution: Redhat,CentOS,Ubuntu,Puppet
Posts: 292

Rep: Reputation: 34
Data lost while coping files


Hi,

A directory /test/test1 is created & under /test1 there are some files & subdirectories with data in it. I had copied the files (text & script files) with command as,

cp -irv /test/test1/.* /test as per the requirement but what i see in destinarion i.e, /test that no files or directory has been copied in /test & the files/directories is also removed from source i.e, /test/test1

so my query is how can i get the files/directories back with data ?

Any responce will be appreciated
Thanks
 
Old 12-08-2010, 02:02 AM   #2
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
I am not sure you did what you think you did. A directory /test will be located at the root of the filesystem, that is, it will be at the same level as /root and /usr and /home and so forth. Is this what you intended? I think perhaps you have a directory test with subdirectory test/test1 (note no leading forward slash), which perhaps is in your home directory. That would be: /home/yourusername/test/test1. Is this correct?

Also, you specified your destination alternately as /test and /test1. Again I doubt this is right, and I can't tell what the typo is.

The copy command you specified will be verbose (the v option). What did it say to you when you executed it? Also, the syntax would be cp -irv /test/test1/* /test, using the paths you specified. Note no period.

You have some simple path issue. What you did won't delete any files. You aren't looking where you think you are looking.

Last edited by jiml8; 12-08-2010 at 02:04 AM.
 
Old 12-08-2010, 05:02 AM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You have copied files with a . in front of the name. In Linux these are hidden files. To see them you have to use the -a option with ls.
 
Old 12-08-2010, 11:11 AM   #4
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by TobiSGD View Post
You have copied files with a . in front of the name. In Linux these are hidden files. To see them you have to use the -a option with ls.
D'uh. Yes. That is what you did.
 
Old 12-08-2010, 01:53 PM   #5
smilemukul
Member
 
Registered: Jun 2009
Distribution: Redhat,CentOS,Ubuntu,Puppet
Posts: 292

Original Poster
Rep: Reputation: 34
Thanks but still I am unable to see the files, I am able to see . & .. but not the actual files & directories.

Thanks
 
Old 12-10-2010, 04:06 PM   #6
ricstirato
Member
 
Registered: Jan 2004
Location: Gießen, Germany
Distribution: Xubuntu 12.04, Mythbuntu, Ubuntu Server 12.04
Posts: 174

Rep: Reputation: 24
Well, you copied only hidden files.
When there were no hidden files in /test/test1, there won't be any in /test.

The correct command would be:

cp -irv /test/test1/* /test

without the dot before the asterisk
 
Old 12-13-2010, 03:26 PM   #7
smilemukul
Member
 
Registered: Jun 2009
Distribution: Redhat,CentOS,Ubuntu,Puppet
Posts: 292

Original Poster
Rep: Reputation: 34
Thanks to all..
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
EMERGENCY! Are there any linux software that can recover lost windows data files? chutsu Linux - Software 3 10-26-2009 09:42 PM
Automake coping files to build directory paulmeacham Programming 0 08-27-2009 08:54 AM
coping or moving files to my pc using putty micro_xii Linux - Newbie 3 05-21-2007 02:00 AM
Permission Denied while coping files busaussie Linux - General 5 01-05-2006 11:26 AM
coping neccesary python files to chroot area dominant Linux - Security 6 12-17-2004 03:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration