百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术分类 > 正文

Washington-Tehran war of words casts doubt over ceasefire sustainability

ztj100 2025-07-28 01:24 14 浏览 0 评论

U.S. President Donald Trump takes questions from the press on the South Lawn of the White House in Washington, D.C., the United States, June 24, 2025. [Photo/Xinhua]

By Mohamed El-Bendary

Since the signing of a ceasefire between Israel and Iran on June 24, the United States and Iran have been engaging in a war of words that raises fear of the resumption of hostilities. Tension between Washington and Tehran mounted on June 27, with U.S. President Donald Trump stating – or threatening rather – that if Iran enriches uranium to an alarming level, he would "absolutely" consider bombing it again. Trump also cancelled plans for lifting sanctions on Iran and criticized Supreme Leader Ayatollah Ali Khamenei, who, on June 26, praised his country's military attack on the U.S. base in Qatar, describing it as a "slap to America's face." Khamenei added that Iranians will never surrender.

No one knows exactly what is on Trump's mind, as he issues a statement one day and changes it the next. There is always a hidden agenda behind his statements. While he noted on June 27 that a ceasefire in Gaza between Israel and Hamas could be reached within a week – a move which was welcomed worldwide – Middle East experts fear that Washington is planning to attack Iran again but needs time to manage a ceasefire in Gaza and strengthen the Israeli defense system, particularly as Iranian missiles were easily reaching Israeli regions later in the 12-day war.

It is possible that the U.S. will embrace the same military strategy it pursued during the 2003 Iraq war, which lasted for eight years and resulted in the death of more than 4,000 U.S. military personnel and hundreds of thousands of Iraqis. Washington may also push to form a coalition to fight Iran based on a spiral of lies by the Western media that propagates that Iran possesses, or is actively striving to manufacture, nuclear weapons. Washington has also apparently realized that Iran's nuclear sites, in spite of U.S. bombing of three of them on June 22, could soon become fully operational.

It is myopic for U.S. officials to claim that Trump "vetoed" an Israeli plan to kill Khamenei, simply because the Israelis would have done so quickly and without any U.S. consultation. After all, the U.S. and Israel have been struggling for a regime change in Iran since 2003 and despite Tehran agreeing to suspend uranium enrichment and permit enhanced inspection by the International Atomic Energy Agency (IAEA). Two years later, the U.S., UN and EU imposed multiple sanctions on Iran under the claim that Tehran was not compliant.

Most Arabs doubt Trump's ability to deliver peace to the Middle East. The U.S. president continues to foolishly think that he lives in the age of the American empire. With his "America First" policy, Trump is reluctant to accept the demise of the American empire. He believes that by bombing some states here and threatening others there – even through placing high tariffs – he can revive his American imperial dream.

People enjoy themselves after a ceasefire between Iran and Israel took effect in Tel Aviv, central Israel, June 24, 2025. [Photo/Xinhua]

Unless there is mutual respect between people, there can be no valid agreement. It is absurd for Trump to dehumanize and blast a spiritual leader like Khamenei, whom millions of Iranians revere. Perhaps it is plausible here to pose this question to Trump: Didn't Tehran and its leaders give prior warning to Washington before attacking the major U.S. base in Qatar to save lives – a step which you later recognized and thanked them for?

Washington and Tel Aviv want an Iran that is fragmented, politically unstable and militarily weak in order for Israel to rise as a hegemon in the Middle East. They opt to get rid of the Iranian political power and deprive Tehran of the peaceful use of nuclear energy. But their anti-Iranian policy will fail due to the Iranian people's strong determination. Only through a fair role by the IAEA can the Iranian nuclear issue be resolved and a durable peace agreement be reached.

The Trump administration should comprehend that no Arab state would endorse any future attacks on Iran, particularly as evidence has shown that Iran does not possess nuclear weapons. In fact, Arab states are now growing fearful that after destroying Iran, they will be next. Many have also been shouting why Israel is reluctant to join the Nuclear Non-Proliferation Treaty.

The Iranian people prefer engagement rather than military confrontation. But only peace agreements founded on justice can endure. Tehran and Washington have no choice but to engage in dialogue based on mutual respect today. This has to commence with the lifting of the sanctions on Iran. Then comes the major task of striking a comprehensive peace settlement in the Middle East.

Mohamed El-Bendary, a special commentator on current affairs for CGTN, is a Cairo-based freelance writer and independent researcher.

相关推荐

Linux集群自动化监控系统Zabbix集群搭建到实战

自动化监控系统...

systemd是什么如何使用_systemd/system

systemd是什么如何使用简介Systemd是一个在现代Linux发行版中广泛使用的系统和服务管理器。它负责启动系统并管理系统中运行的服务和进程。使用管理服务systemd可以用来启动、停止、...

Linux服务器日常巡检脚本分享_linux服务器监控脚本

Linux系统日常巡检脚本,巡检内容包含了,磁盘,...

7,MySQL管理员用户管理_mysql 管理员用户

一、首次设置密码1.初始化时设置(推荐)mysqld--initialize--user=mysql--datadir=/data/3306/data--basedir=/usr/local...

Python数据库编程教程:第 1 章 数据库基础与 Python 连接入门

1.1数据库的核心概念在开始Python数据库编程之前,我们需要先理解几个核心概念。数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,它就像一个电子化的文件柜,能让我们高效...

Linux自定义开机自启动服务脚本_linux添加开机自启动脚本

设置WGCloud开机自动启动服务init.d目录下新建脚本在/etc/rc.d/init.d新建启动脚本wgcloudstart.sh,内容如下...

linux系统启动流程和服务管理,带你进去系统的世界

Linux启动流程Rhel6启动过程:开机自检bios-->MBR引导-->GRUB菜单-->加载内核-->init进程初始化Rhel7启动过程:开机自检BIOS-->M...

CentOS7系统如何修改主机名_centos更改主机名称

请关注本头条号,每天坚持更新原创干货技术文章。如需学习视频,请在微信搜索公众号“智传网优”直接开始自助视频学习1.前言本文将讲解CentOS7系统如何修改主机名。...

前端工程师需要熟悉的Linux服务器(SSH 终端操作)指令

在Linux服务器管理中,SSH(SecureShell)是远程操作的核心工具。以下是SSH终端操作的常用命令和技巧,涵盖连接、文件操作、系统管理等场景:一、SSH连接服务器1.基本连接...

Linux开机自启服务完全指南:3步搞定系统服务管理器配置

为什么需要配置开机自启?想象一下:电商服务器重启后,MySQL和Nginx没自动启动,整个网站瘫痪!这就是为什么开机自启是Linux运维的必备技能。自启服务能确保核心程序在系统启动时自动运行,避免人工...

Kubernetes 高可用(HA)集群部署指南

Kubernetes高可用(HA)集群部署指南本指南涵盖从概念理解、架构选择,到kubeadm高可用部署、生产优化、监控备份和运维的全流程,适用于希望搭建稳定、生产级Kubernetes集群...

Linux项目开发,你必须了解Systemd服务!

1.Systemd简介...

Linux系统systemd服务管理工具使用技巧

简介:在Linux系统里,systemd就像是所有进程的“源头”,它可是系统中PID值为1的进程哟。systemd其实是一堆工具的组合,它的作用可不止是启动操作系统这么简单,像后台服务...

Red Hat Enterprise Linux 10 安装 Kubernetes (K8s) 集群及高级管理

一、前言...

Linux下NetworkManager和network的和平共处

简介我们在使用CentoOS系统时偶尔会遇到配置都正确但network启动不了的问题,这问题经常是由NetworkManager引起的,关闭NetworkManage并取消开机启动network就能正...

取消回复欢迎 发表评论: