Real noob question: I was running a script on Linux- systemctl and I want to search for a specific file but before I can type in the new code | grep 'filenames I need to get the prompt back but am unable to do so, I have tried using the space bar along with a few other commands but nothing seems to work. Is there anyway for me to get this back without ending the process?
Asked
Active
Viewed 35 times
mplayer myaudiofile.mp3 &
and the prompt will be available for a new command while the computer still plays the music. – Quora Feans Sep 14 '22 at 21:52q
. Is this what you wanted? – Kamil Maciorowski Sep 14 '22 at 21:59systemctl
looks at services, not at file names. Are you running a script within your service file? Can we see what the script contains? – doneal24 Sep 14 '22 at 21:59