如何将保护文件复制到 ubuntu 上的另一个目录(在终端中)

How can I copy protection file to another directory on ubuntu (in terminal)

我要在/usr/lib/ambari-server

中复制这个文件(spring-jdbc-4.3.18.RELEASE.jar)

到/usr/share/java(我要换)

你可以试试这个

cp /usr/lib/ambari-server/spring-jdbc-4.3.18.RELEASE.jar /usr/share/java/spring-jdbc-4.3.18.RELEASE.jar