Determining the path that a yum package installed to [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for … Read more
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for … Read more
I’m using bash shell on Linux. I have this simple script … #!/bin/bash TEMP=`sed -n “https://stackoverflow.com/””Starting deployment of”‘/,/'”Failed to start context”‘/p’ “/usr/java/jboss/standalone/log/server.log” | … Read more
I’m connected to my university’s small Linux cluster via PuTTY and WinSCP, transferring files using the latter and compiling and running them with … Read more
I am trying to write a script in bash that check the validity of a user input. I want to match the input … Read more
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about … Read more
To me it’s not clear what’s the difference between the two Linux memory concepts : buffer and cache. I’ve read through this post … Read more
After reading the Bash man pages and with respect to this post, I am still having trouble understanding what exactly the eval command … Read more
I have a bash script that launches a child process that crashes (actually, hangs) from time to time and with no apparent reason … Read more
I am trying to understand my embedded Linux application’s memory use. The /proc/pid/maps utility/file seems to be a good resource for seeing the … Read more
I have a script called foo.sh in my home folder. When I navigate to this folder, and enter ./foo.sh, I get -bash: ./foo.sh: … Read more