sudo tar -zxvf sudo tar -zxvf apache-hive-312-bintargz -C usrlocal-C usrlocal这条命令如何修改
The given command is incorrect. Here's the modified version:
sudo tar -zxvf apache-hive-3.1.2-bin.tar.gz -C /usr/local/
In this modified command, the duplicate "-C /usr/local/" option has been removed. Now the command will extract the contents of the "apache-hive-3.1.2-bin.tar.gz" file to the "/usr/local/" directory.
原文地址: https://www.cveoy.top/t/topic/hUDH 著作权归作者所有。请勿转载和采集!