Sunday, January 1, 2017

Linux introduction & Basic Linux Commands




Linux Introduction.

[sas@localhost ~]$


here sas is normal user , localhost is a system name ,"~" this symbol indicates Home Directory of login user or admin and $ indicates normal user.

[root@localhost ~]#

Here # indicates admin user or root user.



















No comments:

Post a Comment

Docker Crash Course for DevOps Engineers

  Introduction to Docker:                Containerization is a lightweight method of running applications in isolated environments using sha...