6 lines
77 B
Bash
6 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "User info fro userId:$USER"
|
||
|
echo UID:$UID
|
||
|
echo HOME:$HOME
|