You might need to wipe off the command history that you've executed in your linux system for various reason. Normally when logged into the bash / SSH terminal - if the Up Arrow key is pressed - previously executed commands are shown. To completely delete the history type the following command: # history -c #…
Continue readingTag: shell
SSH commands to check Hard Drive usage information in Linux Server
Login to your Linux server using SSH Client (ie, PuTTy) Once you are connected to your server: Use to following command to check Hard Drive and partitions: (without the "#") # df -h It will show you output like this: Filesystem Size Used Avail Use% Mounted on /dev/simfs 489G 42G 447G 9% / none 7.8G…
Continue reading