美文网首页
How to let archlinux ls -l = ll

How to let archlinux ls -l = ll

作者: spfanlost | 来源:发表于2019-05-01 21:37 被阅读0次

    one

    add alias ll='ls -l --color=autoto /etc/profile,
    add source /etc/profile to /root/.bashrc and /home/username/.bashrc

    other one

    echo "alias ll='ls -l --color=auto'">>/etc/profile
    echo "source /etc/profile">>/root/.bashrc
    echo "source /etc/profile'">>/home/username/.bashrc

    相关文章

      网友评论

          本文标题:How to let archlinux ls -l = ll

          本文链接:https://www.haomeiwen.com/subject/vkawnqtx.html