Defence Staff Intelligence Division

Defence Staff Intelligence Division is the military intelligence agency of Malaysia Armed Forces.[1] Its role is said to be equivalent to the US Defense Intelligence Agency. DSID is headed by an army lieutenant general and consists of tri services military branch such as army intelligence, naval intelligence and air force intelligence.

The head of DSID is known as Director General and reporting directly to Chief of Armed Forces. It also reports to the Minister of Defence and the National Security Division.[1] The current director is Lt. Gen. Dato' Paduka Abdul Hadi Haji Hussin.[2]

Notes and references

  1. Mahadzir, Dzirhan (2008). "Securing Southeast Asia: The Politics of Security Sector Reform by Mark Beeson; Alex J.Bellamy Review by: Dzirhan Mahadzir" (PDF). Contemporary Southeast Asia. Institute of Southeast Asian Studies. 30 (2): 338–339. doi:10.1355/cs30-2j. Retrieved 24 August 2013.
  2. Ahmad Zahid bin hamidi. The Global Defence Services and Government Security Event (PDF). Kuala Lumpur: Government of Malaysia. pp. 1–9.
gollark: `+` and `-` for functions in potatOS are admittedly just fancy compose.
gollark: ```lualocal func_mt = {}if debug then debug.setmetatable(function() end, func_mt) endfunction func_mt.__sub(lhs, rhs) return function(...) return lhs(rhs(...)) endendfunction func_mt.__add(lhs, rhs) return function(...) return rhs(lhs(...)) endendfunction func_mt.__concat(lhs, rhs) return function(...) local r1 = lhs(...) local r2 = rhs(...) return r1, r2 -- limit to two return values endendfunction func_mt.dump(x) return string.dump(x) endfunction func_mt.info(x) return debug.getinfo(x) endfunction func_mt.address(x) return (string.match(tostring(f), "%w+$")) end```
gollark: OH REALLY?
gollark: Oh, and you can index strings so `("abcd")[4]` returns `"d"`.
gollark: I also made it so you can add and subtract functions.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.