@KhushiKT
Nothing here yet.
Nothing here yet.
Nov 21, 2023 · 4 min read · Source code management Source code management (SCM) is used to track modifications to a source code repository. SCM tracks a running history of changes to a code base and helps resolve conflicts when merging updates from multiple contributors. SCM is...
Join discussion
Nov 21, 2023 · 3 min read · Vim is a popular text editor that is known for its power and efficiency. However, for those who are new to Vim, one of the biggest challenges can be simply figuring out how to exit the editor, when unintentionally entering it. In this article, we’ll ...
Join discussion
Nov 20, 2023 · 15 min read · What is shell script? A shell script is a file containing a series of commands.The shell reads this file and carried out the commands as thought they have been carried out directly on the command line. Following steps are required to write shell scri...
Join discussion
Nov 17, 2023 · 3 min read · Today we will discuss about file permissions in context of Linux.In this session, we will delve into the world of Linux permissions and ownership, and engage in practical tasks related to both. Let's begin by exploring the realm of Permissions. File ...
Join discussion