Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #/bin/bash
  2. LIMIT=`ulimit -u`
  3.  
  4. ACTIVE=`ps -u | wc -l `
  5.  
  6. echo $LIMIT > limit.txt
  7.  
  8. echo $ACTIVE >> limit.txt
Add Comment
Please, Sign In to add comment