find size of each directory in ‘/’ order by size
du -h --max-depth=1 / | sort -nr
find size of each directory in current directory order by size
du -h --max-depth=1 | sort -nr
Oracle linux security updates
- List available security packages: dnf updateinfo list security - List installed security updates: dnf updateinfo list --installed --se...
Mais vistos
-
Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike "*" -and En...
-
First you have to configure a wpad site in your IIS Open the proxypac.pac file you have previously created and save as wpad.dat. Copy wpa...
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...