vivian_me
2022-10-11 05:48 deepin testing team
yeap it does
Reply Like 1 View the author
yeap it does
@vivian_me, Thanks for the answer.
Thanks for the answer.
I created the .bash_login and put a command to copy a file from one folder to another. Just to test
Did not work:
#!/bin/bash
cp /home/user-linux/Texto.txt /home/user-linux/Desktop
The .bash_logout already exists with the second content:
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi
cp /home/user-linux/Texto.txt /home/user-linux/Desktop
And I put the same test: a command to copy a file from one folder to another. Just to test. Did not work.
You could help me?
.bash_login
.bash_logout
Does it work on Deepin?