🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    lse.sh
    skipped 1239 lines
    1240 1240   #check for all tmux sessions for other users
    1241 1241   lse_test "sof120" "1" \
    1242 1242   "Are there any tmux sessions from other users?" \
    1243  - 'find /tmp -type s -regex "/tmp/tmux-[0-9]+/.+" -exec ls -l {} +'
     1243 + 'find /tmp -type d -regex "/tmp/tmux-[0-9]+" ! -user $lse_user'
    1244 1244   
    1245 1245   #check if we have write access to other users tmux sessions
    1246 1246   lse_test "sof130" "0" \
    skipped 184 lines
Please wait...
Page is in error, reload to recover