Skip to content

Storage

This is the point where the information that is added via the command line is stored. Basically the data is saved in a .json file on your machine, without this location:

View path
Latest versions, use like this::
cat ~/.config/linuxp/profile/linux_profile.json > ~/backup_profile.json
If you have a version equal to or lower than 1.0.12, use it like this:
cat ~/.config/linuxp/linux_profile.json > ~/backup_profile.json

Exemple File

You can find an example profile file from the link below:

View file
curl https://linuxprofile.com/linux_profile.json --output ~/linux_profile.json