GMGarvit Mathuringarvitmathur.hashnode.dev·Mar 25, 2023 · 1 min readDay 03 : Linux commands Part -2To view what's written in a file. cat command is used to see the content of a file. cat <File Name> To change the access permissions of files. chmod 777 test.txt /chmod is used to change file permission. To check which commands you have run t...00
GMGarvit Mathuringarvitmathur.hashnode.dev·Mar 24, 2023 · 2 min readDay 02 : Linux & Basic commandsWhat is LINUX? An operating system (OS) is system software that manages computer hardware and software resources and provides common services for computer programs. Linux is an open-source operating system just like Windows & MacOS. It is developed b...00
GMGarvit Mathuringarvitmathur.hashnode.dev·Mar 23, 2023 · 2 min readDay 01 : Introduction to DevOpsDevOps is a methodology or a mindset designed to increase an organization's ability to deliver applications and services faster than traditional software development processes. It is a philosophy to automate processes between the Development team and...00