linux中的at命令,啟動atd服務

2021-07-26 17:13:14 字數 638 閱讀 9573

檢視了多個資料,並沒有在 /etc/init.d/ 這個目錄下發現 atd 檔案,所以命令

[root@localhost ~]# /etc/init.d/atd status
/etc/init.d/atd start

並不起作用。

使用命令:

[root@localhost ~]# systemctl start atd
[root@localhost ~]# ps -ef |grep atd

root 471710

14:36 ? 00:00:00 /usr/sbin/atd -f

root 4733

4429

014:36 pts/1

00:00:00

grep --color=auto atd

這樣就可以看到atd的程序了,然後重新啟動任務

at> date > /root/datetest.log

at> job 6

at wed feb 8

14:40:00

2017

搞定!

在linux中啟動mysql服務的命令

用reboot命令重啟linux伺服器之後會導致mysql服務終止,也就是mysql服務沒有啟動。必須要重啟mysql服務,否則啟動jboss時會 報有關資料庫mysql方面的錯誤。命令如下 第一步 安裝mysql,設定mysql的安裝路徑 mysql install db user mysql d...

linux下啟動命令

size large 進入terminal終端,進入dm資料庫安裝成功後的檔案存放目錄,如下所示 ricky localhost cd opt dmdbms 檢視dm資料庫linux下所安裝的檔案,如下所示 ls bin help license en us.txt release notes en...

linux啟動mysql命令

傳送門 在ubuntu下使用mysql 安裝mysql 作業系統 ubuntu 17.04 64位 mysql版本 mysql 5.7 使用以下命令來啟動mysql service mysql start啟動完之後,使用以下命令可以檢視mysql服務的狀態 service mysql status如...