|
- 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 used for "
- What do the scripts in etc profile. d do? - Unix Linux Stack Exchange
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, which are also executed at startup time by the shell
- How to make NetworkManager use ` etc` configs and where ` run . . .
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 root and somehow other connections get used for my user But I don't think that's the case here nmcli does not let me modify a connection without root permissions
- Where is the syntax for etc environment documented?
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 variables defined earlier in
- How to avoid cannot find in etc fstab problem
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, filesystem type, and other options that are normally specified in etc fstab: mount -t exfat dev sdc1 path to some dir
- Cant update APT because my etc apt sources. list has a malformed line . . .
Can't update APT because my etc apt sources list has a malformed line Ask Question Asked 1 year, 2 months ago Modified 1 year, 2 months ago
- What is the difference between etc and usr local etc
6 usr local etc is rarely used in the Linux world But the decision whether to store configuration files in etc, usr local etc or some other location is generally made at compile time (and often can be overridden through a command line option or environment variable)
- When exactly do the scripts in etc profile. d get executed?
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 script is properly executed and the email is sent
|
|
|