Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 4 of 4) sorted by relevance

/DragonOS/tools/
H A Dgrub_auto_install.sh100 sudo chmod -R 777 ${grub_dir_i386_legacy}
110 sudo chmod -R 777 ${grub_dir_i386_efi}
120 sudo chmod -R 777 ${grub_dir_x86_64_efi}
H A Dcreate_hdd_image.sh96 chmod 777 ${DISK_NAME}
/DragonOS/kernel/src/syscall/
H A Dmod.rs997 Self::chmod(pathname, mode) in handle()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1591 pub fn chmod(pathname: *const u8, mode: u32) -> Result<usize, SystemError> { in chmod() method