Learn Linux Commands
Learn Linux Commands.
Commands for manipulating files and directories
- cd Command - change current directory
- ls Command - display file list
- cp Command - copy the file
- mv Command - Rename file
- touch Command - create a new file
- rm Command - delete file
- mkdir Command - create a directory
- rmdir Command - delete directory
- ln Command - Create symbolic link
Command to check the contents of the file
- cat Command - output the contents of the file
- head Command - output the beginning of the file
- tail Command - output the end of the file
- diff Command - check file diffs
File permission Commands
- chmod Command - change permissions
- chown Command - change permissions
- chgrp Command - change owner group
Command to search for files
Commands for Command line arguments
Command to search / replace text
Archive / compression Command
- tar Command - file archiving and unpacking
- gzip Command - compress files
- gunzip Command - file compression