ANAniket Nandakishor Zadeinaniketzade.hashnode.dev·Feb 19, 2025 · 5 min readInstallation of Aws CliTo install the AWS CLI, run the following commands. $ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install To update your current installation of the AWS CLI, add your existing symli...00
ANAniket Nandakishor Zadeinaniketzade.hashnode.dev·Oct 11, 2024 · 1 min readFile system of Linux:(Hierarchical)1. /home : home directory for other user. 2. /root : home directory for root user. 3. /boot : bootable files. 4. /etc: all configuration files of system or programs 5. /usr: by default software installed in this directory (Unix System Resources) 6. /...00