问题更新了!v1.1 ssh远程控制,root不能创建目录
linux是RED HAT AS4 完全安装,ssh连接上以后,(用的是“SSH Secure Shell Client”)主机在湖北,我在北京,想安装PHP MYSQL等,
但是出现这样
[root@localhost ~]# mkdir 123
mkdir: 无法创建目录‘123’: 只读文件系统
提示我只读文件系统为什么,我用的是root登陆的呀
谢谢!
有人建议我
“可能是安全设置方面的问题(比如不允许root在远程登录的情况下修改一些文件)。试试以普通用户登录然后 su root 再试试看。”
我用一般用户登陆出现
SSH Secure Shell 3.2.9 (Build 283)
Copyright (c) 2000-2003 SSH Communications Security Corp - http://www.ssh.com/
This copy of SSH Secure Shell is a non-commercial version.
This version does not include PKI and PKCS #11 functionality.
Could not chdir to home directory /home/love: Input/output error
-bash: /home/love/.bash_profile: 输入/输出错误
-bash-3.00$ dir
bin boot dev etc home initrd lib lost+found media misc mnt opt proc root sbin selinux srv sys tftpboot tmp usr var
-bash-3.00$ cd home
-bash: cd: home: 输入/输出错误
-bash-3.00$ su root
su: incorrect password