|
You are here |
www.theunixschool.com | ||
| | | | |
adim.in
|
|
| | | | | # Story Yesterday I fired off a quick loop to pull down some files from a server: for f in $(cat file-list.txt); do scp user@hostname:path/to/data/$(basename $f) local_dir/ done I just needed a couple of examples1 so I decided to kill the command when I had them. When I closed the shell, I expected everything to stop-but the downloads kept chugging away. I ran ps aux | grep '[s]cp' and tried kill $PID, but got "no such process." | |
| | | | |
www.thegeekstuff.com
|
|
| | | | | Process is a running instance of a program. Linux is a multitasking operating system, which means that more than one process can be active at once. Use ps command to find out what processes are running on your system. This article explains 7 practical usages of ps command and its options. To monitor and control | |
| | | | |
linuxshellaccount.blogspot.com
|
|
| | | | | Linux and Unix scripts and advice. Shell scripts, Perl scripts and tips for users of all skill levels. From Solaris to Redhat. Financial Intelligence Program | |
| | | | |
reverse.put.as
|
|
| | | This is a guest post by a young and talented Portuguese exploiter, Federico Bento. He won this year's Pwnie for Epic Achievement exploiting TIOCSTI ioctl. Days ago he posted a video demonstrating an exploit for CVE-2017-5123 and luckly for you I managed to convince him to do a write-up about it. I hope you enjoy his work. Thanks Federico! | ||