About 9,460 results
Open links in new tab
  1. setenv (3) - Linux manual page - man7.org

    If name does exist in the environment, then its value is changed to value if overwrite is nonzero; if overwrite is zero, then the value of name is not changed (and setenv () returns a success status).

  2. setenv (3): change/add environment variable - Linux man page

    The setenv () function adds the variable name to the environment with the value value, if name does not already exist. If name does exist in the environment, then its value is changed to value if overwrite is …

  3. Mastering `setenv` in Linux: A Comprehensive Guide

    Jan 16, 2026 · setenv is a command used to set environment variables in the C shell (csh) and the TENEX C shell (tcsh). Environment variables are global values that can be accessed by any process …

  4. Home - SET Environmental

    SET Environmental provides environmental management services to a nationwide client base. At SET we understand that to be successful it takes hard work, persistence, and an understanding of our …

  5. Linux Setenv Command - Computer Hope

    Jun 1, 2025 · setenv is a built-in function of the C shell (csh) that defines the value of environment variables. If setenv is given no arguments, it displays all environment variables and their values. If …

  6. Locations - SET Environmental

    At SET Environmental, we take pride in delivering top-notch service across a variety of regions. No matter where you are, our team of experts is ready to assist you with reliable, efficient solutions …

  7. What is the difference between env, setenv, export and when to use?

    First, the env gets launched. It modifies environment, then executes the command with given arguments. The same behaviour you can acheive in your own code by using exec (3) system call. …

  8. setenv (3p) - Linux manual page - man7.org

    The setenv () function was chosen because it permitted the implementation of the unsetenv () function to delete environmental variables, without specifying an additional interface. The putenv () function is …

  9. setenv - Open Group

    The setenv () function was chosen because it permitted the implementation of the unsetenv () function to delete environmental variables, without specifying an additional interface.

  10. Mastering Linux `setenv` Display: A Comprehensive Guide

    Jan 16, 2026 · In the Linux operating system, environment variables play a crucial role in configuring the system and the behavior of various applications. The `setenv` command is used to set environment …