Sunday, June 17, 2018

process - Are there any command to see how processes are working?




I'm very new to Ubuntu. If I do this sort of command say:



cp file1 file2


The shell creates a child process and that child process will call cp, which in turn call exec system call of operating system.



Are there any command to visualize this process from my terminal?



Just like strace traces the system calls, you can use ltrace to trace library calls.



No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...