登录 注册
当前位置:主页 > 资源下载 > 50 > AIX系统管理(初级)培训教程-挂接文件系统

AIX系统管理(初级)培训教程-挂接文件系统

  • 更新:2024-11-05 22:28:26
  • 大小:2.52MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Unix - 操作系统
  • 格式:PPT

资源介绍

挂接文件系统 # smit mountfs mount命令用于挂接文件系统。 在/etc/filesystems文件中属性mount为true或automatic的文件系统在系统启动时自动挂接。 mount -a | [-t type | device | node:directory] directory umount|unmount fs_name | -t type 使用-t type选项可以一次挂接或卸载所有在/etc/filesystems中属性Type为type的文件系统。