Hi, I'd like to display IP address on linux startup [solved] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi, I'd like to display IP address on linux startup [solved]

I only need a way to run shell script after issue, than i know the script, but I don't know where should i put it in (and i tried \4)

23rd Apr 2020, 12:17 PM
nicolas turek
nicolas turek - avatar
3 Answers
+ 1
ok can you mark your own answer as the solution if that is possible?
26th May 2020, 7:00 AM
Jakob Meier
Jakob Meier - avatar
0
Do you want to display it in the console or on the desktop?
26th May 2020, 6:18 AM
Jakob Meier
Jakob Meier - avatar
0
[solution]It's virtual os, centos, i found solution, in rc.d there is script .local - this scipt runs on start up, you can add here echo $(getting ip) > /etc/issue
26th May 2020, 6:57 AM
nicolas turek
nicolas turek - avatar