XDG Base Directory shell scripting tutorial | Linux Today

XDG Base Directory shell scripting tutorial

Written By
A
Anonymous
Mar 8, 2018

According to the XDG Base Directory Specification, Linux applications should store their data in one of three locations according to the type of data( $HOME/.cache/, $HOME/.config/, or $HOME/.local/share/). Applications should discover this location by reading environmental variables, or falling back to a predefined set of default paths only if these variables aren’t set in the environment. This tutorial teaches you how to follow the XDG Base Directory Specification in your shell scripts.

A

Anonymous

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.