标签:
linux tar.gz安装方法
#是root用的,如果想一直用就要先给root设置密码sudo passwd root。
root@big-System-Product-Name:/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
root@big-System-Product-Name:/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
big@big-System-Product-Name:~$ su root Password: root@big-System-Product-Name:/home/big# cd root@big-System-Product-Name:~# cd /home/big/flash root@big-System-Product-Name:/home/big/flash# cd .. root@big-System-Product-Name:/home/big# cd .. root@big-System-Product-Name:/home# cd ..
标签:
原文地址:http://www.cnblogs.com/lijy/p/4177121.html