in UNIX,How to copy file into directory?

Answers were Sorted based on User's Feedback



in UNIX,How to copy file into directory? ..

Answer / neena

cp text.txt sample

I want to copy the file(text.txt) from sample1(directory)
to sample directory

Is This Answer Correct ?    1 Yes 0 No

in UNIX,How to copy file into directory? ..

Answer / vijay

cp filename directorypath

Is This Answer Correct ?    4 Yes 4 No

in UNIX,How to copy file into directory? ..

Answer / jagadeeb choudhury

cp source destination

Cp path_a.txt Path/




Thanks,
Jagadeeb@gmail.com

Is This Answer Correct ?    1 Yes 1 No

in UNIX,How to copy file into directory? ..

Answer / shiva

Take a file to be copied into a directory say file1 to
DIRECTORY.

cp file1 DIRECTORY.

Is This Answer Correct ?    0 Yes 0 No

in UNIX,How to copy file into directory? ..

Answer / yuvaevergreen

cp filename1 filename2

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What does this command do? Cat food 1 > kitty

0 Answers  


When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  


What is grep and how do you use it?

0 Answers  


What is the difference between cat and more command?

0 Answers  


What is ‘ps’ command for?

0 Answers  






what are the differences between CUI and GUI interfaces?

52 Answers   College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,


What is grep short for?

0 Answers  


How do I search for text in vi?

0 Answers  


What is the use of awk command in unix?

0 Answers  


What is difference between grep and find command in unix?

0 Answers  


what is telnet?

6 Answers  


What is the difference between grep and grep?

0 Answers  


Categories