Originally Posted by
The Cog
The command
might help. dd's command line arguments will give you an idea what it's doing and the tree will show you what launched it.
After typing pstree -lU in terminal, this is what I got:
Code:
user@computer:~$ pstree -lU
init─┬─NetworkManager
├─NetworkManagerD
├─Thunar
├─acpid
├─anacron
├─atd
├─avahi-daemon───avahi-daemon
├─bonobo-activati───{bonobo-activati}
├─console-kit-dae───61*[{console-kit-dae}]
├─cron
├─cupsd
├─2*[dbus-daemon]
├─dbus-launch
├─dcopserver
├─dd
├─debtorrent-clie
├─dhcdbd
├─dirmngr
├─gam_server
├─gconfd-2
├─6*[getty]
├─gnome-keyring-d
├─gnome-power-man
├─gnome-screensav
├─gnome-terminal─┬─bash───pstree
│ ├─gnome-pty-helpe
│ └─{gnome-terminal}
├─gnome-volume-ma
├─hald───hald-runner─┬─hald-addon-acpi
│ └─hald-addon-inpu
├─hcid───2*[bluetoothd-serv]
├─jockey-gtk
├─kded
├─kdeinit───klauncher
├─kdm─┬─Xorg
│ └─kdm───sh─┬─seahorse-agent
│ ├─ssh-agent
│ └─xfce4-session───{xfce4-session}
├─klogd
├─netdaemon
├─nm-applet
├─ntpd
├─syslogd
├─system-tools-ba
├─udevd
├─update-notifier
├─winbindd───winbindd
├─xfce-mcs-manage
├─xfce4-panel─┬─thunar-tpa
│ ├─xfce4-clipman-p
│ ├─xfce4-cpufreq-p
│ ├─xfce4-cpugraph-
│ ├─xfce4-menu-plug
│ ├─2*[xfce4-mixer-plu]
│ ├─xfce4-mount-plu
│ ├─xfce4-netload-p
│ └─xfce4-places-pl
├─xfce4-taskmanag
├─xfdesktop
└─xfwm4
I've decided to rename dd into dd_ , this is turning effective, but it's just a temporary solution in my opinion.