0% found this document useful (0 votes)
60 views1 page

Linux Commands Cheatsheet

This document is a Linux Terminal Cheatsheet that provides essential commands for basic navigation, file operations, and system information. It includes commands such as 'ls' for listing files, 'cp' for copying files, and 'top' for monitoring system performance. The cheatsheet serves as a quick reference for users to efficiently use the Linux terminal.

Uploaded by

uffufuf649
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

Linux Commands Cheatsheet

This document is a Linux Terminal Cheatsheet that provides essential commands for basic navigation, file operations, and system information. It includes commands such as 'ls' for listing files, 'cp' for copying files, and 'top' for monitoring system performance. The cheatsheet serves as a quick reference for users to efficiently use the Linux terminal.

Uploaded by

uffufuf649
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Linux Terminal Cheatsheet

Basic Navigation:
- ls: list files
- cd [dir]: change directory
- pwd: print working directory

File Operations:
- cp [src] [dest]: copy file
- mv [src] [dest]: move/rename file
- rm [file]: delete file
- mkdir [dir]: create directory

System Info:
- top: real-time system monitor
- df -h: disk space
- free -m: memory usage

You might also like