Space

check disks linux

check disks linux

  1. How much space do I have free on my Linux drive? ...
  2. You can check your disk space simply by opening a terminal window and entering the following: df. ...
  3. You can display disk usage in a more human-readable format by adding the –h option: df –h. ...
  4. The df command can be used to display a specific file system: df –h /dev/sda2.

Crontab in Linux
The Cron daemon is a built-in Linux utility that runs processes on your system at a scheduled time. Cron reads the crontab (cron tables) for predefine...
How to Change Debian's Default Applications
Changing Default Application for Opening a Certain File Type The Properties window will open. Click on the “Open With” tab and select Shotwell Viewer ...
How to Secure the SSH Server in Ubuntu 20.04 from Basic to Advanced
Method of Securing the SSH Server in Ubuntu 20.04 sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak. sudo sshd –T. sudo nano /etc/ssh/sshd_config....