2

I can think of many examples of this...

  • You can use the ip/if* commands to set your network interface in the here and now, but you can edit a file like /etc/network/interfaces to make the changes permanent.
  • You can set a bash environment variable by exporting it form the shell, or to make it permanent for your account, you can place the same command in .bashrc
  • In vim you can :set nowrap to make sure the text file you have open doesn't wrap; but you can also add the same command to .vimrc to keep this the same everytime you open vim.

So given these examples; what is this called?

leeand00
  • 4,615
  • i'm not sure if it's called anyhow (i'm curious too though) , it's just referred to as 'make it permanent' – magor May 11 '16 at 15:41
  • are you looking for a synonym for this action/activity, which is defined for another operating system ? If so, please indicate what other terms used for similar actions. – MelBurslan May 11 '16 at 15:42
  • @MelBurslan I have no term, that's why I'm asking. – leeand00 May 11 '16 at 15:45
  • 1
    I would call it 'changing the configuration', 'changing a config file', 'modifying the default settings', or something along those lines. – Nicholas Clark May 11 '16 at 15:47
  • There really ought to be a quick single word term for this. – leeand00 May 11 '16 at 15:56
  • If there is a single word term for this, we could have tags that we associate with on the fly and configuration file questions dealing with those particular concepts. – leeand00 May 11 '16 at 15:59
  • 2
    "transient" and "persistent" are words that immediately spring to mind—certainly I've seen "persistent" in documentation before (though as usual can't find any now). But they don't describe the concept itself, only actions within it, which I guess is what you're after? – forquare May 11 '16 at 17:34

1 Answers1

2

The on-the-fly and permanent tags did existed, no such UNIX or Linux specific terms.

林果皞
  • 5,156
  • 3
  • 33
  • 46