From 7ebb74113168cd296df813e6e291a03afa4df4ac Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 29 Mar 2016 19:46:39 -0400 Subject: [PATCH] DevOps => Operations DevOps is not a type of work, but more of a "way" of working collaboratively with other departments to achieve common goals. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a158936..3f0e87c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Linux System Administrator/DevOps Interview Questions +Linux System Administrator/Operations Interview Questions ==================================================== -A collection of linux sysadmin/devops interview questions. Feel free to contribute via pull requests, issues or email messages. +A collection of linux sysadmin/operations interview questions. Feel free to contribute via pull requests, issues or email messages. ## Table of Contents @@ -14,7 +14,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu 1. [Expert Linux Questions](#expert) 1. [Networking Questions](#network) 1. [MySQL Questions](#mysql) - 1. [DevOps Questions](#devop) + 1. [Operations Questions](#devop) 1. [Fun Questions](#fun) 1. [Demo Time](#demo) 1. [Other Great References](#references) @@ -199,7 +199,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu * How do you check which jobs are running? -####[[⬆]](#toc) DevOps Questions: +####[[⬆]](#toc) Operations Questions: * Can you describe your workflow when you create a script? * What is GIT?