in UNIX,How to copy file into directory?
Answers were Sorted based on User's Feedback
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 |
cp source destination
Cp path_a.txt Path/
Thanks,
Jagadeeb@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
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 |
Enumerate some of the most commonly used network commands in unix?
Explain the read, write, and execute permissions on a UNIX directory.
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
How to delete a directory containing files and folders?
What is the comma to show the space allocation of files?
what will be the output of ls ~/..
what is the significance of "su" command?
how to change a normal file into hidden file
Explain iostat, vmstat and netstat.
boot process?
How do you move a process which is running background to foreground?
How do you change file permissions and ownership in Unix?