Aix
如何在 AIX 中載入 .profile 而無需重新登錄?
.profile
如何在不重新登錄 AIX Server 的情況下載入我的文件?
只需獲取它:
. ~/.profile
或者使用 登錄
su -l <user>
,這不需要註銷。
source ~/.profile
和
. ~/.profile