Advertisement
Skillkiller

Welcome Script

Aug 29th, 2016
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #
  2. # Script to print user information who currently login , current date & time
  3. #
  4. clear
  5. echo "Hello $USER"
  6. echo "Today is ";date
  7. echo "System:";uname -rs
  8. echo "Number of user login: ";who | wc -l
  9.  
  10. #echo "Calendar"
  11. #cal
  12. #exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement