This website requires JavaScript.
Explore
Help
Register
Sign In
dunwu
/
linux-tutorial
mirror of
https://github.com/dunwu/linux-tutorial.git
Watch
1
Star
0
Fork
You've already forked linux-tutorial
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4a135a175f
linux-tutorial
/
codes
/
shell
/
示例脚本
/
变量
/
系统变量.sh
6 lines
77 B
Bash
Raw
Blame
History
#!/bin/bash
echo
"
User info fro userId:
$USER
"
echo
UID:
$UID
echo
HOME:
$HOME
Reference in New Issue
View Git Blame
Copy Permalink