LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fluxbox user menu open terminal with root programs? (https://www.linuxquestions.org/questions/linux-software-2/fluxbox-user-menu-open-terminal-with-root-programs-242483/)

darkleaf 10-14-2004 04:10 AM

fluxbox user menu open terminal with root programs?
 
What would be the command for it? I can create a normal root window with xterm -e su - but is it possible to open a program like parted in the same command? I tried with & and && but it only executes the su -.

darthtux 10-14-2004 04:19 AM

I not where I can try right now but how about
xterm -e "su -c parted"

darkleaf 10-14-2004 05:44 AM

Thanks!


All times are GMT -5. The time now is 09:51 AM.