File and Folder Ownership change
Scenario Command Description Change owner and group of backups directory sudo chown appuser:admins backups Sets owner to appuser and group to admins Change owner and group using absolute
Scenario Command Description Change owner and group of backups directory sudo chown appuser:admins backups Sets owner to appuser and group to admins Change owner and group using absolute
Linux Distribution Package Manager Uninstall Command Example Ubuntu / Debian / Linux Mint apt sudo apt remove <package-name> Example: sudo apt remove nginx Red Hat /
Linux Distribution Package Manager Install Command Example Ubuntu / Debian / Linux Mint apt Command: sudo apt install <package name> Example: sudo apt install nginx
Installing Tomcat 10 on Ubuntu 22.04 LTS within AWS Follow the below steps to execute Step 1 : Creating EC2 Instance Step 1 : Launch
Projects How To Install MySQL 8 on Amazon Linux 2 1. Configure Yum Repository 2. Configure Yum Repository 3. Activate and Start MySQL Service 4.Find
How to Transfer Files to or from Linux Servers with WinSCP Follow the below steps to execute Step 1 : Connecting to linux instance Step
Step 1 – Generating Token : Now we don’t have , so open Git bash and Generate Token, To generate token Run command the below
1. Write a command for To Delete all files except some files & Delete some files except all files ? Delete Files Using Extended Pattern
1. How to Create Multiple Files with numeric incrementation from 1 to 10 ? Command touch {1..10} – 2. How to Create Multiple
The wget is a free non-interactive file downloader command. Non-interactive means it can work in the background when the user is not logged in. It