About 377,000 results
Open links in new tab
  1. What is the difference between ~/.profile and ~/.bash_profile?

    Feb 27, 2019 · The .profile was the original profile configuration for the Bourne shell (a.k.a., sh). bash, being a Bourne compatible shell will read and use it. The .bash_profile on the other …

  2. bash - What is the difference between ~/.profile, ~/.bashrc, …

    "profile" is a much less common suffix. Define "scope". Most applications do not share configuration files with other non-related applications. The one possible exception is …

  3. 计算机里面的Profile怎么翻译比较好? - 知乎

    本质上就是一个文本文档,里面写了很多配置信息。那么“User profile”就是“用户配置文件”,“sample profile”就是“标准配置文件”或者“默认配置文件”。“User profile”一般是用户个性化设 …

  4. What do the scripts in /etc/profile.d do? - Unix & Linux Stack …

    @AvindraGoolcharan Different distros may use different schemes for this kind of thing. The profile.d directory only works because its contents are sourced by /etc/profile, which is …

  5. Setting PATH vs. exporting PATH in ~/.bash_profile [duplicate]

    Any of the ENV files first invoked by a shell such as .bashrc or .profile will set variable values for the life of that shell. So any variables that are set and export ed within those files will maintain …

  6. what is apparmor "profile_replace" log message

    Sep 15, 2015 · It means the AppArmor profile affecting the program /usr/sbin/nmbd has been removed ("unconfined") using the apparmor_parser tool. This means that program will run …

  7. What is the purpose of .bashrc and how does it work?

    May 13, 2014 · Contrast .bash_profile and .profile which are only run at the start of a new login shell. (bash -l) You choose whether a command goes in .bashrc vs .bash_profile depending on …

  8. Where should I source /usr/local/etc/profile from? .bash_profile or ...

    Dec 9, 2021 · /usr/local/etc/profile is not a classic location and would not be sourced. Many distributions have a directory /etc/profile.d, and put code in /etc/profile to source the files in …

  9. bash - How to correctly add a path to PATH? - Unix & Linux Stack …

    Feb 21, 2016 · The profile file is read by login shells, so it will only take effect the next time you log in. (Some systems configure terminals to read a login shell; in that case you can start a …

  10. profile - Find out what scripts are being run by bash at login - Unix ...

    Sourced /etc/profile Sourced /etc/bash.bashrc Sourced .bash_profile Sourced .profile Sourced .bashrc Before anyone marks this as a duplicate of "PATH variable contains duplicates", keep …

Refresh