Difference between revisions of "Linux"
Jump to navigation
Jump to search
m |
m |
||
Line 16: | Line 16: | ||
* List files by size - "du -xmS | sort -g" | * List files by size - "du -xmS | sort -g" | ||
* Identify processes using files or sockets - "fuser" | * Identify processes using files or sockets - "fuser" | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
__NOTOC__ | __NOTOC__ |
Revision as of 14:54, 31 December 2019
- Audio Processing
- Bash Shell
- Disks & Storage
- eMail Servers
- File Format Conversion
- Graphics Processing
- Networking
- Raspberry Pi
- System Setup
- Video Processing
- Unpack an RPM:
rpm2cpio myrpmfile.rpm | cpio -idmv
- Finding large files - "du -axS | sort -r -n -k 1,1 | less"
- List files by size - "du -xmS | sort -g"
- Identify processes using files or sockets - "fuser"