2024年3月13日发(作者:)
1Linux开启telnet:
vi/etc/xinetd.d/telnet
disable=no;
2开启ftp
vi/etc/xinetd.d/gssftp
disable=no;
redhatlinux4.7中是
/etc/xinetd.d/gssftp
完成还是不能ftp,问题如下:
530MustperformauthenticationbeforeidentifyingUSER解决办法
Connectedto192.168.2.79.
220hmpserverFTPserver(Version5.60)ready.
User(192.168.2.79none)):zhurx
530MustperformauthenticationbeforeidentifyingUSER.
Loginfailed.
ftp>quit
进入/etc/xinetd.d/gssftp文件.找到
server_args=-l-a
把-a选项移除.
然后:servicexinetdrestart
就解决了。
3启动服务
/etc/init.d/xinetdrestart
4创建用户
useraddoracle
passwdoracle
[root@mylinux~]#useraddoracle
[root@mylinux~]#passwdoracleoracle99
passwd:Onlyoneusernamemaybespecified.
[root@mylinux~]#passwdoracle
Changingpasswordforuseroracle.
NewUNIXpassword:
BADPASSWORD:itisbasedonadictionaryword
RetypenewUNIXpassword:
passwd:allauthenticationtokensupdatedsuccessfully.
5验证操作系统安装
如果完成了以上步骤,您应该具备Oracle10g所需的所有程序包和更新。您可以执行以下步骤验证您的
安装。
所需内核版本:2.4.9-e.25(或更高版本)
通过运行以下命令检查内核版本:
[root@mylinux~]#uname-r
其他所需程序包的版本(或更高版本):
gcc-2.96-124


发布评论