-
Base on: Linux System Administrator/DevOps Interview Questions This page contains ideas on how to answer questions. The answers are not absolutely accurate, please, consider to double-check yourself. What is localhost and why would ping localhost fail? localhost is a hostname that refers to the current computer used to …
Read More -
Base on: Linux System Administrator/DevOps Interview Questions This page contains ideas on how to answer questions. The answers are not absolutely accurate, please, consider to double-check yourself. How do you create a user? 1CREATE USER 'user_name'@'localhost' IDENTIFIED BY 'password'; How do …
Read More -
Base on: Linux System Administrator/DevOps Interview Questions This page contains ideas on how to answer questions. The answers are not absolutely accurate, please, consider to double-check yourself. What do the following commands do and how would you use them? tee - read from standard input and write to standard …
Read More -
Base on: Linux System Administrator/DevOps Interview Questions This page contains ideas on how to answer questions. The answers are not absolutely accurate, please, consider to double-check yourself. What is the name and the UID of the administrator user? root UID (user identifier) is a number assigned by Linux to each …
Read More