Basic Linux commands

ls      // list of directory
pwd      // current directory
cd      // change directory
cd ..      // back to previous directory
rm -d file_name    //delete directory

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library

static file does not load in nginx on ubuntu server