read-write(形容词)指“可读可写的;具有读取和写入权限的”。常用于计算机领域(如文件、内存、磁盘、权限设置等)。也可与 access / permission / mode 等搭配使用。
(另有较少见用法作名词或复合修饰语,核心含义仍围绕“读写”。)
/ˌriːdˈraɪt/
My account has read-write access to the folder.
我的账户对这个文件夹有读写权限。
To prevent accidental changes, the administrator switched the database from read-write mode to read-only mode during maintenance.
为防止误改,管理员在维护期间把数据库从读写模式切换为只读模式。
read-write 是由动词 read(读) 和 write(写) 组合而成的复合词,用来表示同时具备“读取”和“写入/修改”两种能力或权限。它在计算机与信息系统发展过程中被广泛采用,用于区分 read-only(只读) 与 read-write(读写) 等访问控制概念。