SHELL COMMANDS

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

Certainly! Here's an overview of some basic Linux commands:

  1. ls: This command lists the files and directories in the current directory.

  2. cd: This command changes the current directory to the specified directory.

  3. pwd: This command prints the current working directory.

  4. mkdir: This command creates a new directory.

  5. rmdir: This command removes an empty directory.

  6. rm: This command removes a file or directory.

  7. cp: This command copies a file or directory.

  8. mv: This command moves or renames a file or directory.

  9. cat: This command prints the contents of a file.

  10. less: This command displays the contents of a file, one page at a time.

  11. grep: This command searches for a pattern in a file.

  12. echo: This command prints a message to the screen.

  13. chmod: This command changes the permissions of a file or directory.

  14. chown: This command changes the owner of a file or directory.

  15. ps: This command displays the currently running processes.

 

Comments

Popular posts from this blog

AWK : Commands

CURL Commands

$$$$ Symbols in shell scripting