Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working my way through the LinuxZoo tutorial & am having trouble with copying a couple of files into a directory. Maybe I'm just tired. Thanks in advance for any guidance offered.

Copy the files /etc/php.ini and /etc/vimrc into your misc directory

share|improve this question
1  
Cool story. Do you have a specific question? – Cairnarvon Feb 24 at 20:59
Perhaps read the tutorial notes? – Ed Heal Feb 24 at 21:01
I have & it wasn't very helpful. – S Elizabeth Starkey Feb 24 at 21:02
What is the shell you are using? Probably bash, ksh, sh..., - Google it "manual copy file linux". – Ed Heal Feb 24 at 21:12
linux.die.net/man/1/cp – Ed Heal Feb 24 at 21:14

closed as not a real question by Marc B, Ed Heal, bensiu, Ram kiran, Porges Feb 25 at 4:01

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

cp /etc/php.ini /etc/vimrc misc
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.