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. Source vs . why different behaviour? - Unix & Linux Stack Exchange

    source is a shell keyword that is supposed to be used like this: source file where file contains valid shell commands. These shell commands will be executed in the current shell as if typed from the …

  3. source my ~/.bash_aliases from a script not in

    Oct 1, 2014 · So the main difference is that you are sourcing a script that will update variables/aliases in the current shell vs (what the OP was doing) running a script which starts a new shell that then …

  4. 100% open source linux distro - Unix & Linux Stack Exchange

    Feb 23, 2014 · 5 Do 100% open source linux distro's exist? i.e. distros which contain absolutely no closed source components anywhere at all? Apparently distros like Ubuntu contains bits and pieces …

  5. sudo command doesn't source /root/.bashrc

    Sep 9, 2015 · sudo command doesn't source /root/.bashrc Ask Question Asked 10 years, 3 months ago Modified 2 years, 8 months ago

  6. Is UNIX System V's source still available?

    Aug 3, 2017 · I was wondering if the AT&T system V's source code still available.

  7. Firewall-cmd rule for filtering incoming source addresses

    Nov 5, 2020 · I'm trying to setup a firewall-cmd rule for incoming source IPv4 addresses using CentOS 7. At present, I've managed to add-port for zone=public, but cannot find a way to do "granular …

  8. What are the advantages of building tools/libs from source?

    However, there are source-based package management systems that keep track of the dependencies and let you compile from source. The advantage listed above that you don't get with this is just 'very …

  9. Get source IP from reverse SSH tunnel - Unix & Linux Stack Exchange

    Apr 19, 2019 · If I use a client to create a reverse tunnel with SSH using -R I will get this output on the server if I run netstat: default@debian:~$ sudo netstat -pln Active Internet connections (only servers)...

  10. "ip route get" shows wrong source IP address - Unix & Linux Stack …

    @Martin ip route get prints the result of the routing selection algorithm, and prints the source address from the src field of the matching routing table entry. However, an application can bind an address to …