About 50 results
Open links in new tab
  1. 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 …

  2. bash script error: source: not found - Unix & Linux Stack Exchange

    You have an alias which is overriding the builtin source (fix with unalias source) You have a function which is overriding source (fix with unset -f source) You are somehow not using bash (although your …

  3. 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?

  4. What is the difference between "." "./" and "source"?

    Sep 27, 2016 · The above executes the script. 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 …

  5. Conflicting values set for option Signed-By regarding source

    Jan 16, 2023 · Conflicting values set for option Signed-By regarding source Ask Question Asked 3 years, 3 months ago Modified 26 days ago

  6. How to rsync multiple source folders - Unix & Linux Stack Exchange

    I really like Gilles' answer, however, I'd like to add that in my view the requirement to sync multiple folders while preserving the directory structure is best met by passing multiple source arguments in …

  7. Why does Bash's "source" command behave differently when called …

    The problem because source execute file in current environment. And in bash, if no positional parameters is provided, they are unchanged. From bash Bourne Shell Builtins man page: . (a period) …

  8. What is the difference between building from source and using an ...

    Aug 28, 2014 · I.e., unpack the source package from your distribution, replace the source with the upstream version, check if any of the distribution's patches or configuration tweaks still apply, build …

  9. source - How can I find the implementations of Linux kernel system ...

    A good place to read the Linux kernel source is the Linux cross-reference (LXR) ¹. Searches return typed matches (functions prototypes, variable declarations, etc.) in addition to free text search …

  10. kernel martian source to and from same IP - Unix & Linux Stack Exchange

    We are intermittently seeing kernel: martian source log entries for eth0 on a couple of our servers. The interesting thing is that they are to and from the same IP. For instance: Nov 4 02:20:27