Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
b429558e
Commit
b429558e
authored
Apr 07, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add esu man page
parent
d3f4f476
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
esu.1
man/esu.1
+48
-0
No files found.
man/esu.1
0 → 100644
View file @
b429558e
'\" t
.\"
.\" Author: Vitaly Lipatov
.\"
.\" This file has been put into the public domain.
.\" You can do whatever you want with this file.
.\"
.TH EEPM 1 "April 2024" "Version 1.1"
.SH NAME
esu - get root shell or run a command in a root shell
.SH SYNOPSIS
.B esu
.RI [ -c ]...
.RI <command>...
.PP
.br
.SH DESCRIPTION
.BI
.B esu
can be used instead sudo or su - for privilegies escalation.
.br
.B esu
will try to perform privilege escalation via
.B sudo
, and if
.B sudo
is not configured, it will apply
.B su -.
.br
If the command is not specified, you will receive a privileged shell.
.SH OPTIONS
.TP
.I -h
Display help
.TP
.SH BUGS
Please report any bugs to lav@etersoft.ru
.SH EXIT STATUS
.B esu
will return zero on success and non zero on operation failure.
.SH SEE ALSO
.BR epm (1), sudo (8), su (1)
.TP
.B http://wiki.etersoft.ru/eepm
EEPM wiki page
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment