{"id":510,"date":"2008-05-30T09:53:52","date_gmt":"2008-05-30T13:53:52","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/"},"modified":"2008-06-13T04:56:01","modified_gmt":"2008-06-13T08:56:01","slug":"unixlinux-introduction","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/","title":{"rendered":"Unix\/Linux Introduction"},"content":{"rendered":"<p>Any Computer system consists of<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0 * Hardware<br \/>\n\u00a0\u00a0\u00a0\u00a0 * Operating System<br \/>\n\u00a0\u00a0\u00a0\u00a0 * Applications and Utilities<\/p>\n<p>Unix is an operating system which was first developed in the 1960s in Bell Labs. Unix is a popular OS because of<br \/>\nmulti user, multi tasking, stability and portability capabilities.<\/p>\n<p>what is an Operating System?<\/p>\n<p>\u00a0\u00a0 Operating system is a resource manager, which manages resources like CPU, Memory, Disks, printers, modems, network cards etc etc.\u00a0Operating system acts as a host for the application programs which runs on the machine.<br \/>\nUnix\/Linux Architecture:<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0 (1) kernel:<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Kernel is key part of Operating system which manages the kernel subsystems like process management, memory management, network management,\u00a0filesystem, devices etc. This is heart of operating system which manages system and processes. Kernel provides an execution environment where applications runs.<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2) Shell:<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0The most generic term of shell means program where users run commands. Its a command interpreter. It takes input from the user and interacts with the kernel. It acts as an\u00a0interface between kernel and user.<\/p>\n<p>As far as i know, These are the following important shells.<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (a) Bourne Shell(sh)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (b) C shell(csh)<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (c) korne shell(ksh)<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (d) Bourne-again shell (bash)<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (f) z shell (zsh)<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0 To find out on what shell you are working depends on which shell the system administrator has\u00a0specified as your default shell when your system was first installed.\u00a0\u00a0 All shells have their own initialization files.<\/p>\n<p>To determine your login shell:<\/p>\n<p>$ echo $SHELL<\/p>\n<p>find the following to determine your default shell.<\/p>\n<p>\/bin\/sh &#8211; Bourne shell<\/p>\n<p>\/bin\/bash &#8211; Bourne Again shell<\/p>\n<p>\/bin\/csh &#8211; C shell<\/p>\n<p>\/bin\/ksh &#8211; Korn shell<\/p>\n<p>\/bin\/zsh &#8211; Z shell<\/p>\n<p>When you first login into the system, it runs the system profile file \/etc\/profile. after your system executes the system profile, then user profile will be run..User profile is the file where your environment is defined.<\/p>\n<p>Depending on your default shell, user profile will be the following<\/p>\n<p>.profile (Bourne and Korn shells)<\/p>\n<p>.bash_profile (Bourne Again shell)<\/p>\n<p>.login and .cshrc ( C shell)<\/p>\n<p>User profile resides in each users home directory.<\/p>\n<p>To find out your environment<\/p>\n<p>Just type env command at your shell<\/p>\n<p>$env<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>_=\/usr\/bin\/env<br \/>\nSSH_TTY=\/dev\/pts\/0<br \/>\nPATH=\/oradata\/app\/oracle\/product\/10.2.0\/bin:\/usr\/bin:\/opt\/ansic\/bin:<\/p>\n<p>\/usr\/ccs\/bin:\/usr\/contrib\/bin:\/usr\/contrib\/Q4\/bin:\/opt\/hparray\/bin:<\/p>\n<p>\/opt\/nettladm\/bin:\/opt<\/p>\n<p>\/fcms\/bin:\/usr\/contrib\/kwdb\/bin:\/usr\/bin\/X11:\/opt\/graphics\/common\/bin:<\/p>\n<p>\/opt\/upgrade\/bin:\/opt\/ipf\/bin:\/opt\/resmon\/bin:\/opt\/wbem\/bin:<\/p>\n<p>\/opt\/wbem\/sbin:\/opt\/sas\/bin<\/p>\n<p>:\/opt\/sec_mgmt\/bastille\/bin:\/opt\/dsau\/bin:\/opt\/dsau\/sbin:\/opt\/firefox:<\/p>\n<p>\/opt\/gnome\/bin:\/opt\/ignite\/bin:\/opt\/mozilla:\/opt\/perl\/bin:<\/p>\n<p>\/opt\/sec_mgmt\/spc\/bin:\/opt\/ssh\/bin:\/opt\/hpsmh\/bin:\/opt\/thunderbird:<\/p>\n<p>\/opt\/gwlm\/bin:\/opt\/sfm\/bin:\/usr\/contrib\/bin\/X11:\/opt\/aCC\/bin:<\/p>\n<p>\/opt\/caliper\/bin:\/opt\/cadvise\/bin:\/opt\/langtools\/bin:.<\/p>\n<p>COLUMNS=179<br \/>\nEDITOR=vi<br \/>\nLOGNAME=oracle<br \/>\nMAIL=\/var\/mail\/oracle<br \/>\nSFTP_UMASK=<br \/>\nSFTP_LOG_FACILITY=2<br \/>\nORACLE_SID=PROD<br \/>\nERASE=^H<br \/>\nSFTP_PERMIT_CHOWN=1<br \/>\nUSER=oracle<br \/>\nSHELL=\/sbin\/sh<br \/>\nLOG_SFTP=0<br \/>\nSFTP_LOG_LEVEL=3<br \/>\nHOME=\/home\/oracle<br \/>\nTERM=xterm<br \/>\nORACLE_HOME=\/oradata\/app\/oracle\/product\/10.2.0<br \/>\nTZ=WAT-3<br \/>\nSFTP_PERMIT_CHMOD=1<br \/>\nLINES=40<br \/>\n$<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>above output is from my HP-UX Oracle user Environment<\/p>\n<p>These are the main distributions of Unix, which are more popular:<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (a) AIX ( IBM)\u00a0\u00a0 (Aix 6.1 is the latest version)<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (b) HP-UX ( HP)\u00a0 (11i V3 is the latest version)<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (c) Solaris (Sun Microsystems) (Solaris 10 is the latest version)<\/p>\n<p>we have following Linux Distributions, which are more popular<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (a) RedHat Enterprise Linux (RHEL 5 is the latest version)<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (b) SuSe Enterprise Linux\u00a0\u00a0 (SuSe 10 is the Latest Version)<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (c) Oracle Enterprise Linux (Oracle Enterprise Linux 5 is the Latest Version)<\/p>\n<p>For supported Unix\/Linux versions for Oracle Applications 11i and Release 12, check the following link.<br \/>\n<a href=\"http:\/\/www.oracle.com\/technology\/support\/metalink\/index.html\">http:\/\/www.oracle.com\/technology\/support\/metalink\/index.html<\/a><\/p>\n<p>Reference:\u00a0<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0<a href=\"http:\/\/docs.sun.com\/app\/docs\/prod\/solaris.10\">http:\/\/docs.sun.com\/app\/docs\/prod\/solaris.10<\/a><br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <a href=\"http:\/\/docs.hp.com\/en\/oshpux11iv3.html\">http:\/\/docs.hp.com\/en\/oshpux11iv3.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Any Computer system consists of \u00a0\u00a0\u00a0\u00a0 * Hardware \u00a0\u00a0\u00a0\u00a0 * Operating System \u00a0\u00a0\u00a0\u00a0 * Applications and Utilities Unix is an [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[134],"tags":[],"class_list":["post-510","post","type-post","status-publish","format-standard","hentry","category-unix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Unix\/Linux Introduction  -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unix\/Linux Introduction  -\" \/>\n<meta property=\"og:description\" content=\"Any Computer system consists of \u00a0\u00a0\u00a0\u00a0 * Hardware \u00a0\u00a0\u00a0\u00a0 * Operating System \u00a0\u00a0\u00a0\u00a0 * Applications and Utilities Unix is an [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-05-30T13:53:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-06-13T08:56:01+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/\",\"name\":\"Unix\/Linux Introduction -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2008-05-30T13:53:52+00:00\",\"dateModified\":\"2008-06-13T08:56:01+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Unix\/Linux Introduction\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Unix\/Linux Introduction  -","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:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/","og_locale":"en_US","og_type":"article","og_title":"Unix\/Linux Introduction  -","og_description":"Any Computer system consists of \u00a0\u00a0\u00a0\u00a0 * Hardware \u00a0\u00a0\u00a0\u00a0 * Operating System \u00a0\u00a0\u00a0\u00a0 * Applications and Utilities Unix is an [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/","article_published_time":"2008-05-30T13:53:52+00:00","article_modified_time":"2008-06-13T08:56:01+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/","name":"Unix\/Linux Introduction -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2008-05-30T13:53:52+00:00","dateModified":"2008-06-13T08:56:01+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/30\/unixlinux-introduction\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Unix\/Linux Introduction"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=510"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/510\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=510"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=510"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}