Linux: change location of hidden file/folder

This commit is contained in:
Shreya 2020-06-21 01:06:45 +05:30
parent eea5352084
commit 87bfe41c50
1 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
HIDDEN_FILE = '/var/tmp/.monkey-hidden-file'
HIDDEN_FOLDER = '/var/tmp/.monkey-hidden-folder'
HIDDEN_FILE = '$HOME/.monkey-hidden-file'
HIDDEN_FOLDER = '$HOME/.monkey-hidden-folder'
def get_linux_commands_to_hide_files():