Useful Magento 2 SSH command lines

Added by on in Web Design

Reindexing Data

php bin/magento indexer:reindex

Clearing Cache

php bin/magento cache:flush

Clear Preprocessed Files & Cache

rm -R var/view_preprocessed/* && rm -R pub/static/* && php bin/magento cache:flush