linux-z3wp:/Server_SUSE_11.2 # ls -l
total 12284
-rw-r--r-- 1 root root 2051993 Dec 2 19:12 DevIL-1.7.8.tar.gz
-rw-r--r-- 1 root root 481 Dec 2 19:12 install.sh
-rw-r--r-- 1 root root 1720088 Dec 2 19:12 ode-0.11.1.tar.bz2
-rw-r--r-- 1 root root 105 Dec 2 19:12 profile
-rw-r--r-- 1 root root 3679104 Dec 2 19:12 rcssserver3d-0.6.4.tar.gz
-rw-r--r-- 1 root root 4153461 Dec 2 19:12 ruby-1.8.7-p249.tar.bz2
-rw-r--r-- 1 root root 957689 Dec 2 19:12 simspark-0.2.1.tar.gz
linux-z3wp:/Server_SUSE_11.2 # mount
/dev/sda2 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)
linux-z3wp:/Server_SUSE_11.2 # head install.sh
tar vjxf ruby-1.8.7-p249.tar.bz2
cd ruby-1.8.7-p249
./configure --enable-shared
make
make install
cd ..
tar vjxf ode-0.11.1.tar.bz2
cd ode-0.11.1
./configure
make
linux-z3wp:/Server_SUSE_11.2 #
linuxtester 于 2011-01-05 22:10:28发表:
一般用VI编辑的脚本文件最开始都不具备执行功能,所以一般在VI脚本后就进行chmod 777 档案 (777改成你自己想要的权限) 当然这是在你第一次编辑脚本才用的命令,如果是编辑已经有的脚本一般就不需要改权限了
6017002555 于 2010-12-07 17:23:00发表:
我也以为是黑客破解呢
BENGBENG 于 2010-12-04 23:27:35发表:
4# okzokz123
(e:e2s
chengshiding 于 2010-12-04 23:23:35发表:
晕 我以为是黑客破解root权限呢
shenhao0129 于 2010-12-04 21:18:04发表:
添加执行权限就好了
伟伟110 于 2010-12-04 16:17:42发表:
4# okzokz123
可以了,谢谢了
伟伟110 于 2010-12-04 16:17:14发表:
3# 相思爱文
可以了,谢谢了
伟伟110 于 2010-12-04 16:16:37发表:
好像可以了!谢谢了!!!
伟伟110 于 2010-12-04 16:11:10发表:
3# 相思爱文
linux-z3wp:/Server_SUSE_11.2 # ls -l
total 12284
-rw-r--r-- 1 root root 2051993 Dec 2 19:12 DevIL-1.7.8.tar.gz
-rw-r--r-- 1 root root 481 Dec 2 19:12 install.sh
-rw-r--r-- 1 root root 1720088 Dec 2 19:12 ode-0.11.1.tar.bz2
-rw-r--r-- 1 root root 105 Dec 2 19:12 profile
-rw-r--r-- 1 root root 3679104 Dec 2 19:12 rcssserver3d-0.6.4.tar.gz
-rw-r--r-- 1 root root 4153461 Dec 2 19:12 ruby-1.8.7-p249.tar.bz2
-rw-r--r-- 1 root root 957689 Dec 2 19:12 simspark-0.2.1.tar.gz
linux-z3wp:/Server_SUSE_11.2 # mount
/dev/sda2 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)
linux-z3wp:/Server_SUSE_11.2 # head install.sh
tar vjxf ruby-1.8.7-p249.tar.bz2
cd ruby-1.8.7-p249
./configure --enable-shared
make
make install
cd ..
tar vjxf ode-0.11.1.tar.bz2
cd ode-0.11.1
./configure
make
linux-z3wp:/Server_SUSE_11.2 #
结果是这样!接下来怎么办啊?
伟伟110 于 2010-12-04 16:11:07发表:
3# 相思爱文
linux-z3wp:/Server_SUSE_11.2 # ls -l
total 12284
-rw-r--r-- 1 root root 2051993 Dec 2 19:12 DevIL-1.7.8.tar.gz
-rw-r--r-- 1 root root
okzokz123 于 2010-12-04 15:41:16发表:
chmod +x install.sh
相思爱文 于 2010-12-04 07:30:25发表:
ls -l
mount
head install.sh
看结果
yhzm1314 于 2010-12-03 23:23:14发表:
install.sh 是一个脚本吧!
具体看看脚本的内容是什么
你安装什么软件?