dir_file
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dir_file [2025/01/19 03:15] – created 1211112228 | dir_file [2025/01/19 03:18] (current) – 1211112228 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Directory and File Management ====== | ====== Directory and File Management ====== | ||
| - | List directory contents: | + | List directory contents: |
| - | + | ls | |
| - | * Change directory: | + | Change directory: |
| cd | cd | ||
| - | * Print working directory: | + | Print working directory: |
| pwd | pwd | ||
| - | Create directory: mkdir | + | Create directory: |
| - | + | | |
| - | Remove directory: | + | Remove directory: |
| - | + | rmdir | |
| - | Copy files/ | + | Copy files/ |
| - | + | cp | |
| - | Move/rename files/ | + | Move/rename files/ |
| - | + | mv | |
| - | Concatenate and display file content: cat | + | Concatenate and display file content: |
| - | + | | |
| - | Create empty file: touch | + | Create empty file: |
| - | + | | |
| - | Remove files/ | + | Remove files/ |
| - | + | | |
| - | Find files in the system: | + | Find files in the system: |
| - | + | find | |
| - | Locate a command: | + | Locate a command: |
| - | + | which | |
| - | Estimate file space usage: du | + | Estimate file space usage: |
| - | + | | |
| - | Report file system disk space usage: df | + | Report file system disk space usage: |
| + | | ||
dir_file.1737256536.txt.gz · Last modified: 2025/01/19 03:15 by 1211112228
