码迷,mamicode.com
首页 > Web开发 > 详细

在 my_rootfs 中建立 Linux 目录树

时间:2019-06-29 11:03:22      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:系统   arm   lib   修改   tmp   tfs   就是   etc   目录   

[arm@localhost my_rootfs]#mkdir bin dev etc home lib mnt proc sbin sys tmp root usr [arm@localhost my_rootfs]#mkdir mnt/etc

[arm@localhost my_rootfs]#mkdir usr/bin usr/lib usr/sbin [arm@localhost my_rootfs]#touch linuxrc [arm@localhost my_rootfs]#tree

|­­ bin

|­­ dev

|­­ etc

|­­ home

|­­ lib

|­­ linuxrc /* 此文件为启动脚本,是一 shell 脚本文件。本文后面有专门介绍 */

|­­ mnt

|   `­­ etc

|­­ proc

|­­ sbin

|­­ sys

|­­ tmp

|­­ root

`­­ usr

|­­ bin

|­­ lib

`­­ sbin

 

权限参照你的 linux 工作站即可,基础目录介绍参见本文参考资料(未尾)。

需要说明的一点就是 etc 目录存放配置文件,这个目录通常是需要修改的,所以在 linuxrc 脚本当中将 etc 目录 挂载为 ramfs 文件系统,然后将 mnt/etc 目录中的所有配置文件拷贝到 etc 目录当中,这在下一节的 linuxrc 脚本 文件当中会有体现。

在 my_rootfs 中建立 Linux 目录树

标签:系统   arm   lib   修改   tmp   tfs   就是   etc   目录   

原文地址:https://www.cnblogs.com/fanweisheng/p/11105656.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!