Forums

I have to copy some file in /usr/local/lib.How can I do that?Please help!!

I have to copy some file in /usr/local/lib.How can I do that?Please help!!

do you mean copy some files into /usr/local/lib or copy some files from /usr/local/lib out to somewhere else?

for the first case- you can't, instead you should for example put files in ~/.local/lib.

for the second case, use the cp command from bash.