Skip to content

Instantly share code, notes, and snippets.

View sumanta-k's full-sized avatar
:atom:
Coding...

sumanta sumanta-k

:atom:
Coding...
View GitHub Profile
@sumanta-k
sumanta-k / fhs.md
Last active May 26, 2025 05:57
linux file hierarchy

FHS

/home

Users can store personal or project data under /home.Inside your /home folder there could be number of users.

happy@demo:~$ ls /home

ichigo happy zenitsu

A typical unix user profile contains many hidden files. The hidden files of the unix user profiles contain settings specific for that user. hidden files starts with .. eg:- .ssh,.tmux.conf,.config,.node,.bashrc etc.