From: Dmitri Vereshchagin Date: Wed, 23 Sep 2015 20:11:00 +0000 (+0300) Subject: grmlzshrc.t2t: update docs on screen alias X-Git-Tag: v0.12.4~3 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=21c8c5cf7e67b38bf42cdc19af6629fd6346d8f0 grmlzshrc.t2t: update docs on screen alias --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 0109dc9..ead2182 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -1017,11 +1017,11 @@ Executes the commands on the versioned patch queue from current repository. : **rmcdir** (//'cd ..; rmdir $OLDPWD || cd $OLDPWD//) rmdir current working directory -: **screen** (///usr/bin/screen -c ${HOME}/.screenrc//) +: **screen** (//screen -c file//) If invoking user is root, starts screen session with /etc/grml/screenrc -as config file. If invoked by a regular user, start a screen session -with users .screenrc config if it exists, else use /etc/grml/screenrc_grml -as configuration. +as config file. If invoked by a regular user and users .screenc does not exist, +starts screen with /etc/grml/screenrc_grml config if it exists, else fallbacks +to /etc/grml/screenrc. : **su** (//sudo su//) If user is running a Grml live system, don't ask for any password, if she