Linux Eject Command: Safely Remove Removable Media
The 'eject' command in Linux is used to safely remove removable media, such as CDs or USB drives, from the system.
To use the 'eject' command, open a terminal and type 'eject' followed by the device name. For example, to eject a CD, you would use the following command:
eject /dev/cdrom
If you are not sure about the device name, you can list all available devices using the 'lsblk' command.
原文地址: http://www.cveoy.top/t/topic/fCug 著作权归作者所有。请勿转载和采集!