Preetam MeenaBASH/Linux Interview Question for DevOps Engineers1. What are the various types of variables used in shell scripting?Jan 84
InDevOpsDialogueDenbyMohsin RubelMastering Linux DevOps: Navigating Scenario-Based Interview QuestionsLinux DevOps Interview QuestionsJan 13Jan 13
Aishwary PrakashDevOps Interview: /etc/passwd and /etc/shadowThe /etc/passwd and /etc/shadow files are files in Linux that store user information. These are important for user authentication and…Nov 16, 2023Nov 16, 2023
Aishwary PrakashDevOps Interview:Absolute path and Relative path in LinuxAbsolute path:Nov 10, 2023Nov 10, 2023
Preetam MeenaBASH/Linux Interview Question for DevOps Engineers1. What are the various types of variables used in shell scripting?Jan 84
InDevOpsDialogueDenbyMohsin RubelMastering Linux DevOps: Navigating Scenario-Based Interview QuestionsLinux DevOps Interview QuestionsJan 13
Aishwary PrakashDevOps Interview: /etc/passwd and /etc/shadowThe /etc/passwd and /etc/shadow files are files in Linux that store user information. These are important for user authentication and…Nov 16, 2023
Nirbhay SinghLinux command to search for files, that were created more than 60 days ago, have a size greater…use the find command in Linux to search for files that meet specific criteria, such as creation time and size. The following command will…Feb 2, 2023