How can I tell if a StackScript is running?

Linode Staff

How can I check whether a StackScript is being executed? When I check in the Linode's Console I'm not seeing a process the script.

1 Reply

StackScripts are downloaded onto the Linode as /root/StackScript. You can test to see if a StackScript is running with the following command:

ps aux | grep [S]tackScript

The [] around the S are optional, but will prevent the grep command itself from showing up in the results.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct