Linux Basic
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
I am back on the forum and this time I have some anti-spam mods to help me fight the spam-bots.
Home
Help
Login
Register
Linux Basic
»
Gambas
»
Programming
»
root access on SHELL
« previous
next »
Print
Pages: [
1
]
Author
Topic: root access on SHELL (Read 868 times)
fajar
Newbie
Posts: 1
root access on SHELL
«
on:
October 29, 2008, 09:52:38 AM »
how can I get root access on SHELL?
I try to run iptables command on SHELL,
SHELL"sudo iptables -A ....."
its ask me for root password
sorry my bad english..
Logged
Linux Basic
root access on SHELL
«
on:
October 29, 2008, 09:52:38 AM »
arzon
Newbie
Posts: 1
Re: root access on SHELL
«
Reply #1 on:
January 01, 2012, 10:13:33 PM »
SHELL "echo " & " " & "
<your_pass>
" & " " & " | sudo -S
<command>
" WAIT
<your_pass> = fill with root/admin password
<command> = fill with linux command
Logged
Print
Pages: [
1
]
« previous
next »
Linux Basic
»
Gambas
»
Programming
»
root access on SHELL