Linux Commands

ยท

1 min read

Linux is an operating system just like windows, and Mac OS the only difference is that Linux is an open source operating system which makes it possible to be developed by it's users I would like to list some basic Linux commands below:

  • pwd:This command is used to show your present working directory
  • gzip:This command is used to compress folders
  • mkdir:This command is used to create a new file
  • rmdir:This command is similar to mkdir but the difference is that it is used to delete โŒ a folder
  • cp:This command is used to copy a file
  • touch:This command is used to create a new file
  • ls:This command is used to show the list of items in your present folder ๐Ÿ“‚
  • cd:This command is used to change your directory.
      The following are some basic Linux commands that you should know.
  • ย