Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 288 Bytes

Pre-requistes #############

Create a user 'stack' in all the machines Assign password as password for created user 'stack'

Linux Command for creating a User in linux

adduser stack echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers exit