Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
multiuser [2021-02-19 20:16]
asciiphil old revision restored (2010-10-29 22:36)
multiuser [2021-02-19 20:18] (current)
asciiphil [Extras] typo
Line 15: Line 15:
 ''screen'' has a relatively flexible representation of permissions.  The permissions that can be set are read, write, and execute.  Read does nothing.  Write applies to windows and allows the user to type into the windows.  Execute applies to commands and allows the user to run the specified commands.  "''#''" can be used to apply to all windows and "''?''" to all commands. ''screen'' has a relatively flexible representation of permissions.  The permissions that can be set are read, write, and execute.  Read does nothing.  Write applies to windows and allows the user to type into the windows.  Execute applies to commands and allows the user to run the specified commands.  "''#''" can be used to apply to all windows and "''?''" to all commands.
  
-When experimenting with permissions, the ''[[commands:su]]'' command is sometimes useful.  It allows you to change the effective user for the current display (just like the Unix ''su'' command allways you to operate as a different Unix user).+When experimenting with permissions, the ''[[commands:su]]'' command is sometimes useful.  It allows you to change the effective user for the current display (just like the Unix ''su'' command allows you to operate as a different Unix user).
  
 Somewhat relatedly, only one user can be typing in a given window at once.  That user has the window's //writelock// Normally, writelocks are in auto mode, meaning that whoever types into the window first gets the lock.  The lock is relinquished when the user leaves that window.  An acquired writelock can also be removed by using the command ''[[commands:writelock]] off'' If the user uses ''[[commands:writelock]] on'', he will keep the writelock even after leaving the window. Somewhat relatedly, only one user can be typing in a given window at once.  That user has the window's //writelock// Normally, writelocks are in auto mode, meaning that whoever types into the window first gets the lock.  The lock is relinquished when the user leaves that window.  An acquired writelock can also be removed by using the command ''[[commands:writelock]] off'' If the user uses ''[[commands:writelock]] on'', he will keep the writelock even after leaving the window.

User Tools