如何在 AIX 中無需重新登入即可載入 .profile? 2024-4-12 • aix profile 如何.profile在不重新登入 AIX Server 的情況下載入我的檔案? 答案1 只需來源即可: . ~/.profile 或使用 登錄su -l <user>,這不需要登出。 答案2 source ~/.profile 和 . ~/.profile 相關內容