Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech_notes:linux_commands [2025-05-24 Sat wk21 17:14] – [Devices] baumkptech_notes:linux_commands [2025-06-14 Sat wk24 23:13] (current) – [man] baumkp
Line 18: Line 18:
   *ncdu   *ncdu
  
 +===df===
 +df - report file system space usage
 +  * ''df -h'' prints file system and spage usage in human readable format
 +
 +===duf===
 +duf - disk usage / Free utility, an updated version of df utility.  It needs to be specifically installed, e.g. ''sudo apt install duf''.
 +  * ''duf''
  
 =====Devices===== =====Devices=====
Line 43: Line 50:
     *volume     *volume
     *generic     *generic
 +
 +====man====
 +  *''apropos''
 +  *''%%man 5 crontab%%'' or ''%%man 'crontab(5)'%%'' will specifically list the man for contab(5)
 +  *
 +
 +====crontab====
 +''sudo crontab -e'' can be used to safely 
 =====Networking Specific===== =====Networking Specific=====
  
  
 <- tech_notes:programs|back ^ tech_notes:index|Start page ^ tech_notes:alpine|next-> <- tech_notes:programs|back ^ tech_notes:index|Start page ^ tech_notes:alpine|next->