linux下可以为用户设置环境变量吗?

发布于 2024-10-30 08:45:59 字数 194 浏览 0 评论 0原文

我有 Windows Box,还有 Linux Box,我在其中有我的帐户 /home/my_username。每次连接到 Linux 时,我都会在 Windows 中使用 ssh 客户端(cygwin ssh.exe)。但每次登录后我都会运行一些脚本来设置一些环境变量。所以问题是我可以为我的用户设置环境变量(不更改其他用户)以不运行每次脚本吗?

I have windows box, also there is linux box where I have my account /home/my_username. Every time to connect to linux I'm using ssh client in windows (cygwin ssh.exe). But every time after logging in I'm running some script to set some environment variables. So the question is following can I set environment variables for my user (not changing others) to not run each time script?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是一片海 2024-11-06 08:46:00

通常你在 shell 中设置它..取决于你有什么:bash,sh,...例如在 /home/user/.bashrc 中添加你的东西,它将在登录后执行

usually you set this in your shell.. depending what you have: bash, sh, ... add your stuff in /home/user/.bashrc for example and it will be executed after login

三人与歌 2024-11-06 08:46:00

假设linux shell是bash,请参考http:// /www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files
对于其他 shell,文件会有所不同。联机帮助页还应该告诉您哪个文件需要修改。
人<壳>

Assuming the linux shell is bash, please refer to http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files.
For other shells, the files will vary. The manpage also ought to tell you which file needs to be modified.
man <shell>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文