Top US general in Afghanistan relinquishes command

General Kenneth McKenzie (right), the head of US Central Command, receives the flag of US-led Resolute Support mission from General Austin 'Scott' Miller, US top commander of coalition forces in Afghanistan, during an official handover ceremony at the Resolute Support headquarters in the Green Zone in Kabul on Monday (AFP photo)

KABUL — The top US general in Afghanistan relinquished command on Monday at an official ceremony in the capital, the latest symbolic gesture bringing America's longest war nearer to its end.

At a time when the Taliban are making sweeping advances across the country, General Austin "Scott" Miller — the highest-ranked officer on the ground in Afghanistan — handed command to General Kenneth McKenzie, an AFP correspondent at the Kabul ceremony reported.

Miller has been in Afghanistan since 2018, but in May was charged by commander-in-chief President Joe Biden with organising the final withdrawal of US troops, to be completed by the end of August.

Since May, most of the 2,500 American troops remaining at that time have left, and the US has also handed over to Afghan forces Bagram Air Base, from where coalition forces carried out operations against the Taliban and extremist groups for the past two decades.

About 650 US service members are expected to be stationed in Kabul to guard Washington’s sprawling diplomatic compound, where Monday’s ceremony took place.

Top Afghan officials and military officers attended the ceremony inside the heavily fortified green zone.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });