• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
May 11, 2022 |5.3K Views
Basic Linux Commands
  Share  2 Likes
Description
Discussion

This article will explore the basic Linux commands and how to use them.

1. ls: How would we know what a folder contains? With a graphical interface, you’d do this by opening a folder and inspecting its contents. From the command line, you use the command ls instead to list a folder’s contents.

2. man: You can learn about options and arguments to be used in any command in Linux. man(man is short for manual) is used to give a description of any Linux command

3. info: An alternative to obtaining comprehensive user documentation for a given program is to invoke info instead of man:

Basic Commands:https://www.geeksforgeeks.org/basic-linux-commands-day-day-life/

Read More