8
rated 0 times
[
8]
[
0]
/ answers: 1 / hits: 34911
/ 1 Year ago, mon, april 25, 2022, 7:42:01
I am trying to understand linux and working through some tutorials. One states that I can copy files to the current directory by using a cp -a
command with a relative pathname such as
cp -a ../somedir/.
It fails each time I run it. Is the syntax incorrect?
I tried the man page, but it didn't seem to find anything that answers my question.
More From » files