diff options
author | neodarz <neodarz@neodarz/net> | 2018-11-24 16:51:02 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz/net> | 2018-11-24 16:51:02 +0100 |
commit | 59f0e9a65639c3aff85ea84aafb5ce8943445334 (patch) | |
tree | 78343c8f6b43edea55549e63fb0c4e15d156a6b1 /cheat/.cheat/tty | |
parent | cb58019bee2585e6d47bd995baeb93fa00622f8b (diff) | |
download | dotfiles_ascii-59f0e9a65639c3aff85ea84aafb5ce8943445334.tar.xz dotfiles_ascii-59f0e9a65639c3aff85ea84aafb5ce8943445334.zip |
Add some cheat commands
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/tty | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cheat/.cheat/tty b/cheat/.cheat/tty new file mode 100644 index 0000000..4e2e538 --- /dev/null +++ b/cheat/.cheat/tty @@ -0,0 +1,5 @@ +Message d'erreur : Cannot open your terminal '/dev/pts/0' - please check. +C'est parceque un autre utilisateur (soit même) à initié le terminal +actuel - Problament en utilisant `sudo su` pour lancer screen. +Pour régler le problème sans se connecter avec le bon user : script /dev/null +plus d'info : https://serverfault.com/questions/116775/sudo-as-different-user-and-running-screen/116830#116830 |