Day-1 Linux Learning
Day-1 Linux Learning
=====================================================================
1st Topic : Getting started with Redhat Enterprise Linux
=====================================================================
1) what is Open Source ?
2) What is Linux Distribution ??
3) What is Redhat Enterprise Linux ??
b) In Windows, via Putty you can get access --> You are login in windows now in
your laptop, you can download putty and install in your windows machine. In putty,
you can give Linux server name and password/password_file and login there then you
will get command line access for that Linux server.
c) In Mac, via SSH/iterm you can get access --> Once you will login mac system then
search iterm/iterm2 and from here you can get command line access for your Linux
server
===================================================================================
==============================
if we type "ls -l" then it will show long list for files and directories.
Example :
amankumarfans@amankumarfans:~/DevOps/Sugavardhan$ ls -l
total 4
drwxr-xr-x 2 amankumarfans amankumarfans 4096 Jun 20 21:32 Aman
-rw-r--r-- 1 amankumarfans amankumarfans 0 Jun 20 21:32 aman
amankumarfans@amankumarfans:~/DevOps/Sugavardhan$