Unix/Linux

(AIX) list and remove at jobs

steloflute 2012. 6. 15. 17:29

AIX

List

at -lv

 

Remove

at -r (job)

 

Linux

List

at -l

at -c (job)

 

Remove

atrm (job)

'Unix/Linux' 카테고리의 다른 글

Performing Math calculation in Bash  (0) 2012.06.27
Cygwin - Get that Linux feeling - on Windows!  (0) 2012.06.18
Installing vim on aix  (0) 2012.06.08
Global Syntax Highlighting with VIM on AIX  (0) 2012.06.08
ksh color prompt  (0) 2012.06.05