screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using 'stuff' to send characters from one account to a second account's


From: Lars Noodén
Subject: Using 'stuff' to send characters from one account to a second account's session
Date: Sun, 23 Sep 2012 22:25:28 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

If I create a session under one user's account:

        screen -d -m -S myapp -t myapp /bin/bash

I am (having set multiuser on and acladd) able to access it from a
second account:

        screen -x user1/myapp -S myapp -p myapp

However, I am not able to figure out the right syntax to use stuff to
send text from the second account to the first account's session.  This
does not work to send text, instead it only attaches to the session:

        screen -x user1/myapp -S myapp -p myapp -X "shutdown"

What is the right syntax to send from the second account?

Regards,
/Lars



reply via email to

[Prev in Thread] Current Thread [Next in Thread]