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

How to Debug Android TV App using IP

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