linux tar.gz安装方法
#是root用的,如果想一直用就要先给root设置密码sudo passwd root。
[email protected]:/home# tar -xzvf install_flash_player_11_linux.x86_64.tar.gz tar (child): install_flash_player_11_linux.x86_64.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now
the solotion:
cd /big
[email protected]:/home/big#
tar -xzvf install_flash_player_11_linux.x86_64.tar.gz -C /home/big/flash解压指定的文件到指定的文件夹 DELETE THE FOLDER:
sudo rm -rf 文件夹名 CD ORDER
[email protected]:~$ su root Password: [email protected]:/home/big# cd [email protected]:~# cd /home/big/flash [email protected]:/home/big/flash# cd .. [email protected]:/home/big# cd .. [email protected]:/home# cd ..
时间: 2024-11-13 06:56:45