basic_linux_commands
This is an old revision of the document!
- cat - Concatenate and display file content
- cd - Change directory
- chmod - Modifies the permissions of a file or directory.
- chown - Change file owner and group.
- cp - Copies files or directories from one location to another.
- curl or wget - Download files from the internet.
- find - Search for files in a directory hierarchy. Searches for files and directories based on various criteria.
- grep - Search for a pattern in files.
- kill - Terminate a process. Sends a signal to a process, usually to terminate it.
- ls - Lists files and directories in the current directory.
- mkdir - Make directory.
- mv - Moves or renames files or directories.
- ps - Process status. Displays information about running processes.
- pwd - Print working directory.
- rm - Remove files or directories.
- rmdir - Remove directory.
- sudo - Execute a command with administrative privileges. Allows a permitted user to execute a command as the superuser or another user.
- ssh - Secure Shell
- scp - Secure Copy. Copies files between hosts on a network using SSH.
- top or htop - Display system activity in real-time. Shows a dynamic view of system processes and resource usage.
- touch - Creates an empty file or updates the access and modification times of a file.
basic_linux_commands.1718264368.txt.gz · Last modified: 2024/09/04 18:19 (external edit)