|
|
- [root@GRPS MyDownloads]# sh RealPlayer10GOLD.bin
- RealPlayer10GOLD.bin: RealPlayer10GOLD.bin: cannot execute binary file
- [root@GRPS MyDownloads]# ./RealPlayer10GOLD.bin
- bash: ./RealPlayer10GOLD.bin: 权限不够
- [root@GRPS MyDownloads]# chmod 777 RealPlayer10GOLD.bin
- [root@GRPS MyDownloads]# ./RealPlayer10GOLD.bin
- Extracting files for RealPlayer installation...............
- xxextract.tmp: Data integrity error when decompressing.
- Input file = (stdin), output file = (stdout)
-
- It is possible that the compressed file(s) have become corrupted.
- You can use the -tvv option to test integrity of such files.
-
- You can use the `bzip2recover' program to attempt to recover
- data from undamaged sections of corrupted files.
-
- tar: Unexpected EOF in archive
- tar: Unexpected EOF in archive
- tar: Error is not recoverable: exiting now
- 断开的管道
复制代码 |
|