Linux Commands For Devops
Linux Commands For Devops
Linux
Commands
for DevOps
Beginner Advance
All the listed linux
commands based
these concepts
User Management
File Management
Network Management
echo "Linux" Prints the text "Linux" to the terminal echo “Linux”
cp source_file
cp Copies files
destination_file
sudo reboot Prints the name of the current user sudo reboot
sudo apt remove package_name Removes the package sudo apt remove git
sudo userdel newser Deletes the user account "dev_shan" sudo userdel dev_shan
LINUX COMMANDS MEANING USAGE
sudo groupadd group_name Creates a new group named "devops" sudo groupadd devops
sudo useradd -M
sudo gpasswd -M user1 user2
Adds multiple users to the group dev_shan, dev_harsh
user3 user4 groupname
devops
Linux Cheatsheet:
https://cheatography.com/davechild/cheat-
sheets/linux-command-line/
Linux for DevOps:
https://cheatography.com/davechild/cheat-
sheets/linux-command-line/
Linux Tutorial:
https://cheatography.com/davechild/cheat-
sheets/linux-command-line/
Thank you
Let’s Connect