I need to close the root program inmediatly via terminal

Which sequence of command do i need to input to close ROOT?

If you mean, how do you run a macro and close ROOT afterwards, use

root -q macro.C

If you mean, how do I quit the interpreter, use .q.

1 Like

This page discusses interactive sessions for the older CINT interpreter, but I believe the information about .q[qqqqqq] still hold true:

Quit: q : quit cint
qqq : quit cint - mandatory
qqqqq : exit process immediately
qqqqqqq : abort process

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.