Linux commands

This commit is contained in:
Yulia Kostrikova 2019-01-17 21:45:56 +02:00
parent 79f35133f0
commit 3b758480db
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ _site
.jekyll-metadata .jekyll-metadata
/node_modules /node_modules
/vendor /vendor
.idea/

View File

@ -11,3 +11,6 @@ title: Linux
sudo visudo sudo visudo
username ALL=(ALL) NOPASSWD:/sbin/restart whatever username ALL=(ALL) NOPASSWD:/sbin/restart whatever
### Answer yes in a bash script
yes | /your/command