Este conteúdo não está disponível no idioma selecionado.

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

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja oBlog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

© 2024 Red Hat, Inc.