Skip to content

Commit

Permalink
Add examples section
Browse files Browse the repository at this point in the history
  • Loading branch information
gblach committed Aug 26, 2018
1 parent ee47414 commit 0cd5f9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ Please - really tiny sudo replacement
'Please' aims to be little sudo without bells and whistles.
Only pam authentication and executing command.

Name **please** fits into unix naming conventions.
Where we have daemon instead of background process.
We are killing processes, not closing processes.
Now we can please to run privileged process.


Examples
--------

Reboot system by unprivileged user:

$ please reboot

To get a file listing of an unreadable directory:

$ please ls /usr/local/protected

Run a root shell:

$ please -


Installation on Debian / Ubuntu
-------------------------------
Expand Down

0 comments on commit 0cd5f9b

Please sign in to comment.