使用ps指令查看 : ps-aux 在ubuntu下查看, 在实际工作中,配合grep来查找程序中是否存在某一个进程 grep 过滤进程 : ps -aux | grep init 就只把带有init的进程过滤出来。
当执行应用程序时,在Linux下输入可执行文件的相对路径或绝对路径就可以运行该程序,譬如./app或/home/dt/app,还可根据应用程序是否接受传参在执行命令时在后面添加传入的参数信息,譬如./app arg1 arg2或/home/dt/app arg1 arg2。
The -e option is used to edit the current crontab using the editor specified by the VISUAL or EDITOR environment variables. After you exit f