• ENVIRONMENT


    ENVIRONMENT
    Generalizations
    Congratulations! You learned to use the bash profile to configure the environment. What can we generalize so far?

    The environment refers to the preferences and settings of the current user.
    The nano editor is a command line text editor used to configure the environment.
    ~/.bash_profile is where environment settings are stored. You can edit this file with nano.
    environment variables are variables that can be used across commands and programs and hold information about the environment.

    export VARIABLE="Value" sets and exports an environment variable.
    USER is the name of the current user.
    PS1 is the command prompt.
    HOME is the home directory. It is usually not customized.
    PATH returns a colon separated list of file paths. It is customized in advanced cases.
    env returns a list of environment variables.

  • 相关阅读:
    dedecms内容页调用缩略图 缩略图多种用法(借鉴)
    线性回归
    Jupyter Notebook 快捷键
    etcd入门
    Centos7 Docker安装
    TFIDF介绍
    Ceph 概念理解
    Nifi简介及核心概念整理
    经典排序算法总结
    Hbase协处理器
  • 原文地址:https://www.cnblogs.com/young-ma/p/7903599.html
Copyright © 2020-2023  润新知