key directories in the linux file system

Key directories in the file system:

*/: Root directory (base of file system)

/bin: Executable programs

/boot: Linux kernel and boot loader

/dev: Special device files

/etc: System configuration files

/home: Home directories of all users

/lib: Library files for programs

/media: Mount points for CD-ROM and other media

/root: Home directory of the root user

*/sbin: System administration commands

/srv: Data for services such as Web and FTP

*/tmp: Temporary directory

/usr: Many of the important administration programs

/var: Various system files, such as logs

原文地址:https://www.cnblogs.com/longchang/p/10644291.html

时间: 2024-11-08 15:44:35

key directories in the linux file system的相关文章

Linux File System(undone)

目录 1. Linux文件系统简介 2. 通用文件模型 3. VFS相关数据结构 4. 处理VFS对象 5. 标准函数 1. Linux文件系统简介 Linux系统由数以万计的文件组成,其数据存储在硬盘或者其他块设备(例如ZIP驱动.软驱.光盘等).存储使用了层次式文件系统,文件系统使用目录结构组织存储的数据,并将其他元信息(例如所有者.访问权限等)与实际数据关联起来Linux支持许多不同的文件系统 1. Ext2 2. Ext3 3. ReiserFS 4. XFS 5. VFAT(兼容DOS

Linux File System Change Monitoring Technology、Notifier Technology

catalog 1. 为什么要监控文件系统 2: hotplug 3. udev 4. fanotify 5. inotify 6. code example 1. 为什么要监控文件系统 在日常工作中,人们往往需要知道在某些文件(夹)上都有那些变化,比如: 1. 通知配置文件的改变 2. 跟踪某些关键的系统文件的变化 3. 监控某个分区磁盘的整体使用情况 4. 系统崩溃时进行自动清理 5. 自动触发备份进程 6. 向服务器上传文件结束时发出通知 7. 杀软(anti-virus)需要对磁盘上的文

[Linux] File System

根文件系统(rootfs): root filesystem LSB, FHS: (FileSystem Heirache Standard) /etc, /usr, /var, /root, /home, /dev /boot:引导文件存放目录,内核文件(vmlinuz).引导加载器(bootloader, grub)都存放于此目录: /bin:供所有用户使用的基本命令:不能关联至独立分区,OS启动即会用到的程序: /sbin:管理类的基本命令:不能关联至独立分区,OS启动即会用到的程序: /

File System Design Case Studies

SRC=http://www.cs.rutgers.edu/~pxk/416/notes/13-fs-studies.html Paul Krzyzanowski April 24, 2014 Introduction We've studied various approaches to file system design. Now we'll look at some real file systems to explore the approaches that were taken i

Bind Mounts and File System Mount Order

     When you use the bind option of the mount command, you must be sure that the file systems are mounted in the correct order. In the following example, the /var/log directory must be mounted before executing the bind mount on the /tmp directory: #

linux c语言 rename的用法-rename() does not work across different mount points, even if the same file system is mounted on both

最近在一个项目上执行文件的搬移功能时发现总是失败,临时录像文件存放于emmc的/tmp/目录下,当录像完成时候则调用rename企图将此文件搬到/mnt/sdcard/mmcblk1p1/(这是外置的sd卡)上面,但是每次执行rename的时候都返回失败了. man 2  rename解释如下: 1 RENAME(2) Linux Programmer's Manual RENAME(2) 2 3 NAME 4 rename - change the name or location of a

Linux文件系统只读Read-only file system

问题描述: 1.系统无法进行磁盘的读写操作(touch,cp,chmod)等等 2.服务器无法启动(也是因为无法创建文件) 3.只有涉及到系统磁盘的写操作,都会报错"Read-only file system" 问题原因: 1.系统没有正常关机,导致虚拟磁盘出现文件系统错误: 2.机器硬盘故障导致硬盘只读 一般情况是由于系统发现磁盘硬件(Riad卡,硬盘)故障或文件系统中文件被损坏后而采取的保护机制导致的.为了保护数据不破坏分区中已有内容,Linux在挂载文件系统是就只用read-on

Linux文件系统只读Read-only file system

问题描述: 1.系统无法进行磁盘的读写操作(touch,cp,chmod)等等 2.服务器无法启动(也是因为无法创建文件) 3.只有涉及到系统磁盘的写操作,都会报错"Read-only file system" 问题原因: 1.系统没有正常关机,导致虚拟磁盘出现文件系统错误: 2.机器硬盘故障导致硬盘只读 一般情况是由于系统发现磁盘硬件(Riad卡,硬盘)故障或文件系统中文件被损坏后而采取的保护机制导致的.为了保护数据不破坏分区中已有内容,Linux在挂载文件系统是就只用read-on

Linux 执行partprobe命令时遇到Unable to open /dev/sr0 read-write (Read-only file system)

在使用fdisk创建分区时,我们会使用partprobe命令可以使kernel重新读取分区信息,从而避免重启系统,但是有时候会遇到下面错误信息"Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.",如下所示: [[email protected] scsi_device]# fdisk /dev/sde   The number