|
前面几行是我装LUNAQQ的问题!不知道怎么回事反正装不上!
后面几行是我想更改我挂载的FAT32分区中的目录!也不行!
我用的RH9.0,请指教谢谢!
这是我的ROOT记录:
eport bugs to <bug-tar@gnu.org>.
[root@fydream fydream]# tar xzaf /mnt/disk_d/软件备份/linux~1/lumaqq~1.gz
tar:无效选项 -- a
Try `tar --help' for more information.
[root@fydream fydream]# tar zxaf /home/fydream/lumaqq~1
tar:无效选项 -- a
Try `tar --help' for more information.
[root@fydream fydream]# tar zxaf /home/fydream/lumaqq~1.tar
tar:无效选项 -- a
Try `tar --help' for more information.
[root@fydream fydream]# tar zxaf /home/fydream/lumaqq~1.tar.gz
tar:无效选项 -- a
Try `tar --help' for more information.
[root@fydream fydream]# rpm -r /home/fydream/lumaqq~1/lumaqq
[root@fydream fydream]# adsl-start
[root@fydream fydream]# rpm -i /mnt/disk_d/软件备份/linux~1/xmms-m~2.rpm
[root@fydream fydream]# gz /mnt/disk_d/软件备份/linux~1/lumaqq~1.gz
bash: gz: command not found
[root@fydream fydream]# tgz /mnt/disk_d/软件备份/linux~1/lumaqq~1.gz
Error: /usr/bin/tgz: Destination "/mnt/disk_d/软件备份/linux~1/lumaqq~1.gz" already exists as a file.
[root@fydream fydream]# chmod 755 download
chmod: 无法取得 ‘download’ 的属性: 没有那个文件或目录
[root@fydream fydream]# chmod 755 /mnt/disk_d/软件备份/linux~1
[root@fydream fydream]# chmod 777 /mnt/disk_d/软件备份/linux~1
chmod: changing permissions of ‘/mnt/disk_d/软件备份/linux~1’ (requested: 0777, actual: 0755): 不允许的操作
[root@fydream fydream]# chmod 0777 /mnt/disk_d/软件备份/linux~1
chmod: changing permissions of ‘/mnt/disk_d/软件备份/linux~1’ (requested: 0777, actual: 0755): 不允许的操作
[root@fydream fydream]# chmod -r 777 /mnt/disk_d/软件备份/linux~1
chmod: 无法取得 ‘777’ 的属性: 没有那个文件或目录
chmod: changing permissions of ‘/mnt/disk_d/软件备份/linux~1’ (requested: 0311, actual: 0755): 不允许的操作
[root@fydream fydream]# chomd -r 755 /mnt/disk_d/软件备份/linux~1
bash: chomd: command not found
[root@fydream fydream]# chmod -r 755 /mnt/disk_d/软件备份/linux~1
chmod: 无法取得 ‘755’ 的属性: 没有那个文件或目录
chmod: changing permissions of ‘/mnt/disk_d/软件备份/linux~1’ (requested: 0311, actual: 0755): 不允许的操作
[root@fydream fydream]# |
|