$ cd ~ # Chaitanya Rahalkar
  • Home
  • About
  • Blog
  • Publications
  • Talks
  • Resume↗
  • Home
  • About
  • Blog
  • Publications
  • Talks
  • Resume↗

$ cd ~/posts

Archive

2019-06-07

Exploits & Vulnerabilities with Introduction to Metasploit

In computer security, a vulnerability is a weakness which can be exploited by a Threat Actor like an attacker, to perform unauthorized actions within a computer system. These vulnerabilities have to…

3 min read
2019-06-05

File Permissions in Unix/Linux

Unix & Linux provides Read(r),Write(w) and Execute(x) permissions to any file on the system. If you ls -l every file with its permissions will be shown.

3 min read
linux unix cli commands permissions
2019-06-01

The Virtual File System

Linux works on the concept of virtual file systems. Everything on a Linux/Unix system is a file. Here is a brief look at the file system structure -

3 min read
linux filesystem
2019-05-18

How Your Computer Starts

Every computer follows a standard boot sequence when it starts up.

3 min read
linux bootstrap computers
2019-05-16

A Guide to Partitions & Partitioning Drives in Linux

Linux has completely different naming conventions while mounting drives as compared to Windows. /dev/sda,/dev/sdb,/dev/sdc etc. are the conventions in Linux.

4 min read
linux administration
2019-05-08

PATH Environment Variable in Linux/Unix

Every Linux & Unix System has several environment variables which are dynamic variables essential for running several processes in the system. HOME,env being some of the well known environment…

2 min read
environmentvariables linux path unix
Newer Posts Older Posts
GitHub Twitter Email RSS

$ echo "© 2026 Chaitanya Rahalkar"

Powered by Astro & MultiTerm