Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. user1@labdi:~> echo "$HOME"
  2. /home/user1
  3. user1@labdi:~> echo "$PS1"
  4. \[$(ppwd)\]\u@\h:\w>
  5. user1@labdi:~> HOME = 'LAB-SO'
  6. If 'HOME' is not a typo you can use command-not-found to lookup the package that contains it, like this:
  7. cnf HOME
  8. user1@labdi:~> HOME = LAB-SO
  9. If 'HOME' is not a typo you can use command-not-found to lookup the package that contains it, like this:
  10. cnf HOME
  11. user1@labdi:~> HOME=LAB-SO
  12. user1@labdi:/home/user1> "$HOME"
  13. If 'LAB-SO' is not a typo you can use command-not-found to lookup the package that contains it, like this:
  14. cnf LAB-SO
  15. user1@labdi:/home/user1> echo "$HOME"
  16. LAB-SO
  17. user1@labdi:/home/user1> ^C
  18. user1@labdi:/home/user1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement