Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- if [ $UID == 0 ]; then
- echo "hola mundo!"
- else
- echo "debe ser usuario root"
- exit 1
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement