{"id":19080,"date":"2024-06-04T07:14:17","date_gmt":"2024-06-04T07:14:17","guid":{"rendered":"https:\/\/www.prepbytes.com\/blog\/?p=19080"},"modified":"2024-06-04T07:14:17","modified_gmt":"2024-06-04T07:14:17","slug":"introduction-to-unix-system","status":"publish","type":"post","link":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/","title":{"rendered":"Introduction to UNIX System"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png\" alt=\"\" \/><\/p>\n<p>UNIX is a powerful, multi-user, multitasking operating system originally developed in the 1960s and 1970s at Bell Labs by Ken Thompson, Dennis Ritchie, and others. It has been the foundation for many modern operating systems, including Linux and macOS. UNIX systems are known for their stability, security, and versatility, making them popular in both academic and commercial environments.<\/p>\n<h2>Definition and History of UNIX Operating System<\/h2>\n<p>The history of UNIX begins at AT&amp;T&#8217;s Bell Labs in the late 1960s. The Multics project, a collaboration between Bell Labs, MIT, and General Electric, aimed to develop a robust time-sharing operating system. However, due to its complexity, Bell Labs withdrew from the project. Ken Thompson, one of the researchers at Bell Labs, decided to create a simpler system, which became UNIX.<\/p>\n<p>In 1969, Thompson, along with Dennis Ritchie, developed the first version of UNIX on a PDP-7 minicomputer. Ritchie later created the C programming language, which allowed UNIX to be rewritten in C, making it portable across different hardware platforms. This portability contributed significantly to UNIX&#8217;s widespread adoption.<\/p>\n<h3>Key Features of UNIX<\/h3>\n<p>Here are some of the key features of UNIX:<\/p>\n<p><strong>1. Multi User Capability<\/strong><br \/>\nUNIX is designed to support multiple users simultaneously. Each user can have their own environment and access control, allowing for efficient resource sharing on a single system. This feature makes UNIX suitable for server environments where multiple users need access to shared resources.<\/p>\n<p><strong>2. Multitasking<\/strong><br \/>\nUNIX supports multitasking, enabling multiple processes to run concurrently. This is achieved through time-sharing, where the CPU time is divided among running processes. The operating system manages process scheduling to ensure that each process gets fair access to the CPU.<\/p>\n<p><strong>3. Portability<\/strong><br \/>\nOne of the significant achievements of UNIX is its portability. By being written in the C programming language, UNIX can be easily adapted to run on various hardware platforms. This flexibility has allowed UNIX to be implemented on a wide range of systems, from microcomputers to mainframes.<\/p>\n<p><strong>4. Security<\/strong><br \/>\nUNIX was designed with security in mind. It employs a robust file permission system to control access to files and directories. Each file and directory has read, write, and execute permissions for the owner, group, and others. Additionally, UNIX supports user authentication and other security measures to protect system integrity.<\/p>\n<p><strong>5. Hierarchical File System<\/strong><br \/>\nThe UNIX file system is organized in a hierarchical structure, starting from the root directory (\/) and branching out into subdirectories. This structure makes it easy to organize and manage files. UNIX also supports special file types like symbolic links and device files.<\/p>\n<p><strong>6. Networking<\/strong><br \/>\nUNIX has strong networking capabilities, supporting various protocols and services. It was one of the first operating systems to be used extensively for networking, contributing to the development of the Internet. UNIX systems can act as servers, providing services like web hosting, email, and file sharing.<\/p>\n<h3>UNIX System Architecture<\/h3>\n<p>UNIX&#8217;s architecture is composed of several key components that work together to provide a functional operating system:<\/p>\n<p><strong>1. Kernel<\/strong><br \/>\nThe kernel is the core of the UNIX operating system. It manages hardware resources, including the CPU, memory, and I\/O devices. The kernel handles low-level tasks such as process scheduling, memory management, and device control. It provides a stable interface for higher-level components and user applications.<\/p>\n<p><strong>2. Shell<\/strong><br \/>\nThe shell is an interface between the user and the kernel. It interprets and executes user commands, allowing users to interact with the system. UNIX offers various shell options, such as the Bourne Shell (sh), C Shell (csh), Korn Shell (ksh), and Bourne Again Shell (bash). Each shell has its own features and scripting capabilities.<\/p>\n<p><strong>3. File System<\/strong><br \/>\nThe UNIX file system is responsible for managing files and directories. It provides a unified view of all storage devices, making them appear as part of a single directory tree. The file system supports various file types, including regular files, directories, symbolic links, and device files.<\/p>\n<p><strong>4. Utilities and Applications<\/strong><br \/>\nUNIX includes a wide range of utilities and applications that perform various tasks, from file manipulation to text processing. These utilities can be combined using pipelines to perform complex operations. UNIX also supports a rich set of development tools, making it a preferred environment for software development.<\/p>\n<h3>What are UNIX Variants?<\/h3>\n<p>Over the years, many variants of UNIX have been developed, each with its own unique features and characteristics. Some of the notable UNIX variants include:<\/p>\n<p><strong>1. BSD (Berkeley Software Distribution)<\/strong><br \/>\nBSD is a UNIX variant developed at the University of California, Berkeley. It introduced many features that are now standard in UNIX systems, such as the TCP\/IP networking stack. Popular BSD derivatives include FreeBSD, OpenBSD, and NetBSD.<\/p>\n<p><strong>2. System V<\/strong><br \/>\nSystem V, developed by AT&amp;T, is another major branch of UNIX. It introduced features like the System V init system, which is used for system initialization and service management. System V also introduced the runlevel concept, which defines the state of the system.<\/p>\n<p><strong>3. Linux<\/strong><br \/>\nLinux is a UNIX-like operating system kernel created by Linus Torvalds in 1991. Combined with the GNU utilities and software, it forms the basis of various distributions such as Ubuntu, Debian, and Red Hat. Linux is open-source and has become one of the most widely used operating systems in the world.<\/p>\n<p><strong>4. macOS<\/strong><br \/>\nmacOS, developed by Apple, is a UNIX-based operating system that powers Mac computers. It is built on the Darwin operating system, which incorporates components from BSD. macOS provides a user-friendly interface while retaining the power and flexibility of UNIX.<\/p>\n<p><strong>Conclusion<\/strong><br \/>\nUNIX is a foundational operating system that has influenced the development of many modern operating systems. Its design principles, such as simplicity, portability, and security, have stood the test of time. UNIX&#8217;s powerful command-line interface and scripting capabilities make it a preferred choice for developers, system administrators, and power users.<\/p>\n<p>Understanding UNIX and its various components provides a solid foundation for working with other UNIX-like systems, including Linux and macOS. Whether you are managing servers, developing software, or automating tasks, the skills and knowledge gained from learning UNIX will be invaluable.<\/p>\n<h2>FAQs Related to Introduction to UNIX System:<\/h2>\n<p>Below are some of the FAQs related to UNIX System:<\/p>\n<p><strong>Q1 : How does UNIX handle multitasking?<\/strong><br \/>\nUNIX handles multitasking by using time-sharing, where the CPU time is divided among running processes. The operating system manages process scheduling to ensure each process gets fair access to the CPU.<\/p>\n<p><strong>Q2: What is the significance of UNIX being written in C?<\/strong><br \/>\nWriting UNIX in the C programming language made it portable, allowing it to be adapted to run on various hardware platforms. This portability significantly contributed to UNIX&#8217;s widespread adoption.<\/p>\n<p><strong>Q3: What is a shell script?<\/strong><br \/>\nA shell script is a text file containing a series of commands that the shell executes. Shell scripts are used to automate tasks, streamline workflows, and perform complex operations in UNIX.<\/p>\n<p><strong>Q4: What are the different UNIX variants?<\/strong><br \/>\nDifferent UNIX variants include BSD (Berkeley Software Distribution), System V, Linux, and macOS. Each variant has its own unique features and characteristics.<\/p>\n<p><strong>Q5: How does UNIX ensure security?<\/strong><br \/>\nUNIX ensures security through a robust file permission system that controls access to files and directories. Each file and directory has read, write, and execute permissions for the owner, group, and others. UNIX also supports user authentication and other security measures to protect system integrity.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>UNIX is a powerful, multi-user, multitasking operating system originally developed in the 1960s and 1970s at Bell Labs by Ken Thompson, Dennis Ritchie, and others. It has been the foundation for many modern operating systems, including Linux and macOS. UNIX systems are known for their stability, security, and versatility, making them popular in both academic [&hellip;]<\/p>\n","protected":false},"author":52,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-19080","post","type-post","status-publish","format-standard","hentry","category-operating-system"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Introduction to UNIX System<\/title>\n<meta name=\"description\" content=\"UNIX is a foundational operating system that has influenced the development of many modern operating systems.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introduction to UNIX System\" \/>\n<meta property=\"og:description\" content=\"UNIX is a foundational operating system that has influenced the development of many modern operating systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/\" \/>\n<meta property=\"og:site_name\" content=\"PrepBytes Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prepbytes0211\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-04T07:14:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png\" \/>\n<meta name=\"author\" content=\"Prepbytes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prepbytes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/\"},\"author\":{\"name\":\"Prepbytes\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\"},\"headline\":\"Introduction to UNIX System\",\"datePublished\":\"2024-06-04T07:14:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/\"},\"wordCount\":1209,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png\",\"articleSection\":[\"Operating system\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/\",\"url\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/\",\"name\":\"Introduction to UNIX System\",\"isPartOf\":{\"@id\":\"http:\/\/43.205.93.38\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png\",\"datePublished\":\"2024-06-04T07:14:17+00:00\",\"description\":\"UNIX is a foundational operating system that has influenced the development of many modern operating systems.\",\"breadcrumb\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage\",\"url\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png\",\"contentUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/43.205.93.38\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Operating system\",\"item\":\"https:\/\/prepbytes.com\/blog\/category\/operating-system\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Introduction to UNIX System\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/43.205.93.38\/#website\",\"url\":\"http:\/\/43.205.93.38\/\",\"name\":\"PrepBytes Blog\",\"description\":\"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING\",\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/43.205.93.38\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/43.205.93.38\/#organization\",\"name\":\"Prepbytes\",\"url\":\"http:\/\/43.205.93.38\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"contentUrl\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"width\":160,\"height\":160,\"caption\":\"Prepbytes\"},\"image\":{\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/prepbytes0211\/\",\"https:\/\/www.instagram.com\/prepbytes\/\",\"https:\/\/www.linkedin.com\/company\/prepbytes\/\",\"https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\",\"name\":\"Prepbytes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"caption\":\"Prepbytes\"},\"url\":\"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introduction to UNIX System","description":"UNIX is a foundational operating system that has influenced the development of many modern operating systems.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/","og_locale":"en_US","og_type":"article","og_title":"Introduction to UNIX System","og_description":"UNIX is a foundational operating system that has influenced the development of many modern operating systems.","og_url":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/","og_site_name":"PrepBytes Blog","article_publisher":"https:\/\/www.facebook.com\/prepbytes0211\/","article_published_time":"2024-06-04T07:14:17+00:00","og_image":[{"url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png","type":"","width":"","height":""}],"author":"Prepbytes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prepbytes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#article","isPartOf":{"@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/"},"author":{"name":"Prepbytes","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e"},"headline":"Introduction to UNIX System","datePublished":"2024-06-04T07:14:17+00:00","mainEntityOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/"},"wordCount":1209,"commentCount":0,"publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png","articleSection":["Operating system"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/","url":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/","name":"Introduction to UNIX System","isPartOf":{"@id":"http:\/\/43.205.93.38\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png","datePublished":"2024-06-04T07:14:17+00:00","description":"UNIX is a foundational operating system that has influenced the development of many modern operating systems.","breadcrumb":{"@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#primaryimage","url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png","contentUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1717485246238-Introduction%20to%20UNIX%20%20System.png"},{"@type":"BreadcrumbList","@id":"https:\/\/prepbytes.com\/blog\/introduction-to-unix-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/43.205.93.38\/"},{"@type":"ListItem","position":2,"name":"Operating system","item":"https:\/\/prepbytes.com\/blog\/category\/operating-system\/"},{"@type":"ListItem","position":3,"name":"Introduction to UNIX System"}]},{"@type":"WebSite","@id":"http:\/\/43.205.93.38\/#website","url":"http:\/\/43.205.93.38\/","name":"PrepBytes Blog","description":"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING","publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/43.205.93.38\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/43.205.93.38\/#organization","name":"Prepbytes","url":"http:\/\/43.205.93.38\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/","url":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","contentUrl":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","width":160,"height":160,"caption":"Prepbytes"},"image":{"@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/prepbytes0211\/","https:\/\/www.instagram.com\/prepbytes\/","https:\/\/www.linkedin.com\/company\/prepbytes\/","https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA"]},{"@type":"Person","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e","name":"Prepbytes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","caption":"Prepbytes"},"url":"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/"}]}},"_links":{"self":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/19080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/users\/52"}],"replies":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/comments?post=19080"}],"version-history":[{"count":1,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/19080\/revisions"}],"predecessor-version":[{"id":19081,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/19080\/revisions\/19081"}],"wp:attachment":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/media?parent=19080"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/categories?post=19080"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/tags?post=19080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}