Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
f19f2100
Commit
f19f2100
authored
Mar 20, 2017
by
jtbr
Browse files
formatting
parent
f21dd911
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
f19f2100
...
@@ -1131,7 +1131,7 @@ _ss() {
...
@@ -1131,7 +1131,7 @@ _ss() {
elif
netstat
-help
2>&1 |
grep
--
'-P protocol'
>
/dev/null
;
then
elif
netstat
-help
2>&1 |
grep
--
'-P protocol'
>
/dev/null
;
then
#for solaris
#for solaris
netstat
-an
-P
tcp |
grep
"
\.
$_port
"
|
grep
"LISTEN"
netstat
-an
-P
tcp |
grep
"
\.
$_port
"
|
grep
"LISTEN"
elif
netstat
-help
2>&1 |
grep
"
\-
p"
>
/dev/null
;
then
elif
netstat
-help
2>&1 |
grep
"
\-
p"
>
/dev/null
;
then
#for full linux
#for full linux
netstat
-ntpl
|
grep
":
$_port
"
netstat
-ntpl
|
grep
":
$_port
"
else
else
...
...
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