About 50 results
Open links in new tab
  1. What is the difference between "." "./" and "source"? [duplicate]

    Sep 27, 2016 · When the script is done, any changes that it made to the environment are discarded. . script The above sources the script. It is as if the commands had been typed in directly. Any …

  2. How to automatically source your bashrc file when you become a root ...

    Mar 7, 2024 · How to automatically source your bashrc file when you become a root user [duplicate] Ask Question Asked 1 year, 11 months ago Modified 1 year, 11 months ago

  3. Why can `BASH_SOURCE` be used to obtain the current directory of the ...

    Jul 30, 2020 · I've read that BASH_SOURCE should be populated with the name of the executing script (and it works!). But why does BASH_SOURCE hold the name of the executing script, when it is …

  4. zsh - Error while trying to source a .zshrc file - Unix & Linux Stack ...

    Apr 29, 2022 · You're missing / Your command source ~.zshrc tries to lookup the home directory for a user called .zshrc. The source command would presumably attempt to execute that user's home …

  5. Where to download Linux Kernel source code of a specific version ...

    Is there a resource to download a specific kernel version source? For example, I want to get 2.6.36.2 sources to compare with this package and see what changes were introduced?

  6. Is there a way to print the commands that the shell builtin `source` is ...

    Sep 26, 2021 · See also: emulate sh -xc 'source ./my_source.sh' or emulate sh -o xtrace -c 'source ./my_source.sh' in zsh to source the file in sh emulation (the .sh extension suggests it's in sh syntax …

  7. Getting kernel source code (ubuntu) - Unix & Linux Stack Exchange

    Apr 10, 2017 · I want to try my hand at writing a linux driver. I am trying to set up my environment. My current kernel: $ uname -r 4.10.0-37-generic I then download the source code: $ apt-get source linux …

  8. make - How to build OpenSSL from source, without depending on /lib ...

    Sep 26, 2024 · How to build OpenSSL from source, without depending on /lib/libcrypto.so Ask Question Asked 1 year, 4 months ago Modified 1 year, 4 months ago

  9. directory structure - Standard location for holding software source ...

    May 2, 2017 · Is there a standard location in Linux for holding source files for example OpenSSL. I am building Nginx from source with non default version of OpenSSL. I need to download and untar …

  10. Source code of netstat - Unix & Linux Stack Exchange

    Sep 27, 2011 · Can I view the source code of netstat on my Linux machine?