About 2,240,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. 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, …

  3. When exactly do the scripts in /etc/profile.d get executed?

    Jan 28, 2023 · In /etc/profile.d I got a script called logchk.sh which is meant to send an email to the admin email address via /bin/mail. If someone logs in via ssh user@serveradress this …

  4. What does the ". /etc/profile" do? - Unix & Linux Stack Exchange

    Jun 1, 2022 · I saw these instructions in a book and don't know what the . /etc/profile command does, what is it? Is it the same as source /etc/profile? Linux-specific Java steps On Linux …

  5. 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 …

  6. 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, …

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

    Tags etc p0507 p2173 throttle control traction control Jump to Latest 8.4K views 9 replies 7 participants last post by Jesse777 May 7, 2025 S SPetti Discussion starter 11 posts · Joined …

  8. 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 …

  9. What does the "rc" stand for in /etc/rc.d? [duplicate]

    Does anybody have an idea about the full form of rc.d in, for example, /etc/rc.d? It contains scripts to used to control the starting, stopping and restarting of daemons.

  10. 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 …