検索

このコンテンツは選択した言語では利用できません。

4.25. pdksh

download PDF
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

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

© 2024 Red Hat, Inc.