About 2,160,000 results
Open links in new tab
  1. What does etc stand for? - Unix & Linux Stack Exchange

    What does the "etc" folder in the root directory stand for? I think knowing this will help me remember where certain files are located. Update: Might be useful for others, the folder is …

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

    It says that the /etc/profile file sets the environment variables at startup of the Bash shell. The /etc/profile.d directory contains other scripts that contain application-specific startup files, …

  3. ETC, Traction Control, P2173, P0507, + MPG Fuel Economy...

    May 7, 2025 · ETC, Traction Control, P2173, P0507, + MPG Fuel Economy Display on my dash now shows crazy numbers like 325 mpg

  4. How to make NetworkManager use `/etc` configs and where `/run ...

    Dec 16, 2024 · How come it does not use /etc to create /run configs? There are posts saying the NetworkManager creates connections per user. I.e. the suggestion was something like /etc is …

  5. How to avoid "cannot find in /etc/fstab" problem

    Jun 18, 2025 · The command mount /dev/sdc1 is correct only when the device or partition (/dev/sdc1 in this case) is listed in /etc/fstab. If it is not, you need to specify mountpoint, …

  6. ubuntu - Changing default values in /etc/ssh/sshd_config using …

    Nov 28, 2020 · ClientAliveCountMax 50 However all other parameters normally present in the /etc/ssh/sshd_config file are lost. Is there an equivalent of this sshd config file residing …

  7. Where is the syntax for /etc/environment documented?

    Jun 13, 2023 · I want to know the exact syntax for /etc/environment. I know it's not an ordinary shell script, but how exactly are single and double quotes processed? Can environment …

  8. No such file or directory /etc/init.d/functions

    I used the lib /etc/init.d/functions in my script. It is working well on my system, but it not working for my client; he is getting the error: No such file or directory /etc/init.d/functions Right now I don't …

  9. What's the connection between "/etc/init.d" and "/etc/rcX.d ...

    4 /etc/init.d is the directory where the init scripts belong. The etc/rcX.d is where links controlling which services are killed or started when entering runlevel X. Files in rcX.d starting with K are …

  10. debian - Purpose and typical usage of /etc/rc.local - Unix & Linux ...

    The script /etc/rc.local is for use by the system administrator. It is traditionally executed after all the normal system services are started, at the end of the process of switching to a multiuser …