QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 131 forks source link

linux doubt #1017

Open Reddy-hub-sudo opened 3 years ago

Reddy-hub-sudo commented 3 years ago

Screenshot Linux doubt when I am using command su -l ironman (ironman shoeing in white color and showing the installed software terraform in it ) when I am using command su terraform (ironman showing in green color and not showing the software terraform in it). if my question not understood please contact me. I need an answer to it.

vn143 commented 3 years ago

@Reddy-hub-sudo Do you want to know the color difference (or) why Terraform is not available ?

Reddy-hub-sudo commented 3 years ago

@Reddy-hub-sudo Do you want to know the color difference (or) why Terraform is not available ?

Both i need, can you help me

vn143 commented 3 years ago

@Reddy-hub-sudo Can I get your OS details. For me, its working fine (no colour difference and Terraform installed) [OS - Ubuntu 20.04]

My understanding : su username => you can switch user and continue using from your current path where you're standing su -l username => you can switch user and continue using from your home path

image image

[The color difference comes based on your ssh terminal window. Here I'm using git bash terminal]