IMPORTANCE OF LINUX COMMNADS
LINUX COMMANDS

IMPORTANCE OF LINUX COMMNADS

What is Linux ?

Linux is an open-source operating system that serves as the foundation for many different types of computer systems. It was created by Linus Torvalds and is built upon the Unix operating system.

you don't have to pay to use the operating system

What is Linux command do ?

In Linux, commands are instructions that you give to the operating system using the command-line interface (CLI), They allow you to perform various tasks, such as managing files and directories, installing software, configuring settings, and interacting with the system, Think of Linux commands as a way to communicate with your computer using text-based instructions. Instead of using a graphical user interface (GUI) with buttons and icons, you type commands into a terminal or command prompt, Each command has a specific purpose and syntax, and when you execute a command, the operating system carries out the corresponding action.

What is open source ?

A program tool are packages available for free, even the source code for the program is available on the internet we can use without any approval and licence

What is Linux distributions ?

there are very type s of variants linux available in the market and we can use any of them as per our requirements

some of the common linux distribution

  1. Amazon Linux (native to AWS)
  2. Ubuntu (one of the biggest community support, best for the beginners)
  3. RedHat (commercial version of linux)

What is Linux kernel ?

kernel is the heart of operating system, it is the interface between the hardware and processes. it take care of memory managements, process managements and other hardware drivers.

Managing file system

No alt text provided for this image

  1. /home directory contains user folders like the desktop and music
  2. /root directory is the home directory for the root user
  3. /etc directory contains all system configuration files
  4. /boot directory contains static boot files
  5. /var directory contains the log files of various system applications
  6. /bin directory contains the user command binary files
  7. /lib directory contains shared library images and kernel modules

Unleash the Power of Linux Commands: A Comprehensive Guide for Beginners

No alt text provided for this image

  1. date: current date and time

2. whoami: with which user logged into the system

3. uptime: it help to know uptime of the server since when the server is up and running

4. ip r: provides the private IP address of the server

5. w: it provide the system uptime and user details who current logged into the system

6. hostnamectl: it gives the host name and operating system name.

No alt text provided for this image


7. ls: List files and directories in the current location.

8. cd: Change directory (navigate to a different folder).

9. mkdir: Create a new directory.

10. rm: Remove/delete a file or directory.

11. cp: Copy files and directories.

12. mv: Move or rename files and directories.

13. pwd: Print the current working directory.

No alt text provided for this image


14. cat: Display the contents of a file.

15. ls -a:

15. clear: This command lets you clear the terminal screen.


Thank you, dear readers, for joining me on this journey into the world of Linux commands. Your time and attention are greatly appreciated.

I hope this blog post has provided you with valuable insights and a solid foundation for mastering the command line.

Stay tuned for more exciting content, and feel free to reach out with any questions or suggestions.

Happy exploring and may your Linux adventures be fruitful.

SocialPrachar.com Amar M. sir Mahesh Babu Channa sir EDUBILLI ANIL KUMAR sir

#linuxcommands #awsdevops #cloud








要查看或添加评论,请登录

MOHAMMED AFZAL的更多文章

  • BUILDING MAVEN PROJECT USING JENKINS

    BUILDING MAVEN PROJECT USING JENKINS

    Hello Everyone !! this the project on BUILDING MAVEN PROJECT USING JENKINS --SocialPrachar.com SocialTek.

    2 条评论
  • CREATING AWS INFRASTRUCTURE BY TERRAFORM

    CREATING AWS INFRASTRUCTURE BY TERRAFORM

    I Learn new things in the project. our instructor Amar M sir explain the what is the importance of terraform .

  • DEPLOYMENT OF PYTHON WEB APPLICATION USING AWS

    DEPLOYMENT OF PYTHON WEB APPLICATION USING AWS

    Hello Everyone !! this the project on DEPLOYMENT OF PYTHON WEB APPLICATION USING AWS --SocialPrachar.com first I am…

社区洞察

其他会员也浏览了