此内容没有您所选择的语言版本。

4.25. pdksh


The Public Domain Korn SHell implements the ksh-88 programming language for both interactive and shell script use.
  • pdksh — a new package in Red Hat Enterprise Linux 5.4 — does not recognize the keyword source in scripts. However, the /etc/profile.d/kde.sh script uses the source keyword in the line source /etc/sysconfig/prelink. Consequently, if a user is using pdksh as their shell, and KDE is installed, the following error message will be returned in login shells:
    ksh: /etc/profile.d/kde.sh[7]: source: not found
    
    To work around this issue, change the
    source /etc/sysconfig/prelink
    
    line in the /etc/profile.d/kde.sh script to
    . /etc/sysconfig/prelink
    
    The keyword . is an alias for source in all Bourne compatible shells including bash, AT&T ksh, and pdksh.
    This issue will be resolved in an upcoming update to Red Hat Enterprise Linux 5.4. (BZ#510374)
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.