简体   繁体   中英

How to refresh session without logout/login on CentOS?

I have a need to set automatic server preparation with increasing number of file descriptors.

Usual step is to change a system file and then logout/login and continue.

Is there a way to avoid logout/login and just continue within the same session or refresh/reload all variables as when login first time?

It depends on which file is modified and what is its purpose. If it's, for example a bash config file .bashrc , you can just source it:

source ~/.bashrc or . ~/.bashrc . ~/.bashrc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM