• [^] # Re: commandes UNIX

    Posté par (site web personnel, Mastodon) . En réponse au message Linux sur MacBook Air m1 ( résolu ). Évalué à 2.

    Actuellement, sont disponibles comme interpréteur de commandes :

    $ cat /etc/shells 
    # List of acceptable shells for chpass(1).
    # Ftpd will not allow users to connect who are not using
    # one of these shells.
    /bin/bash
    /bin/csh
    /bin/dash
    /bin/ksh
    /bin/sh
    /bin/tcsh
    /bin/zsh
    

    Celui par défaut n'est plus bash ; comme c'est celui que j'ai choisi, j'ai droit à ce message de connexion :

    The default interactive shell is now zsh.
    To update your account to use zsh, please run `chsh -s /bin/zsh`.
    For more details, please visit https://support.apple.com/kb/HT208050.
    

    "It is seldom that liberty of any kind is lost all at once." ― David Hume