1. 挂載 ntfs:

确定已经安装了rpmforge软件库的源。在线安装使用 yum install 命令 含有 rpmforge源。

yum install fuse ntfs-3g -y

安装后, 打开 我的电脑  打开对应硬盘 (包含移动硬盘 、U盘):

(1)若是电脑与Linux分区所在盘则提示需要root授权,输入密码即可访问。

(2)若是 移动硬盘、U盘, 则直接可打开。

2.   pipe :

管道:名词表示两个进程的通信通道

动词表示通道机制

表示: cat hard_link_to_list | grep a
cat查看 hard_link_to_list文件 , 利用管道 | 输出到 Terminal , 通过 grep 筛选

表示: cat hard_link_to_list | more
文件大,管道输出到more

3.Permission

[alex@example.com photos]$ ls –l
total 2
drwxrwxrwx 2 alex alex 4096 oct 31 11:35 Holidays in France
-rw-rw-r-- 1 alex alex    8 oct 31 09:21 photo2.jpg

File Permision:

First character: File type (-: fle, d: directory, l: link; other types exist)
Second to fourth characters: Read, write, and execute permissions for   the owner
Fifth to seventh characters: Read, write, and execute permissions for   the group
Eighth to tenth characters: Read, write, and execute permissions for   other users

Permissions on a directory differ from regular fle permissions:
The x bit specifes whether or not the folder can be entered (such as using cd)
The r bit allows the directory content to be listed (such as using ls)
The w bit specifes whether or not new fles can be written in the folder   
(and existing fles moved to the folder)

4. Linux  Directory Infro

Path Description
/ The root directory: Not to be confused with /root. No fles are usually  placed at the root, although nothing really prevents you from doing so.
/bin Binaries: Common executable binaries and scripts available for all users of the  system. This is where essential programs such as ls, cp, or mv are found.
/boot Boot: Critical fles used at system boot time.
/dev Devices: Device and special fles, more information in the next section.
/etc Et cetera: System-wide confguration fles for services and applications. You  will often need to browse this directory, for example, when you will need to  edit the Nginx server settings and virtual hosts.
/home Home directories: This directory contains home directories for all users on  the system except the root user. In the examples we studied before we used  
/home/alex, the home directory for the alex user.
/lib Libraries: System-wide shared libraries and kernel modules, required by  binaries found in the /bin and /sbin folders.
/media Removable media: A directory that allows you to easily access removable  media using mount points for devices such as CD-ROMs, USB devices,   and so on.
/mnt Temporarily mounted flesystems: This directory is a suitable placeholder in  case the administrator wishes to mount a flesystem on a temporary basis.
/opt Optional software packages: In theory, this directory should host application  fles and add-on packages that do not come with the default operating system  
installation. In practice, it is hardly ever used.
/proc Kernel and process information virtual flesystem: This directory provides  access to a virtual flesystem containing a variety of statistics and details about  
all running processes.
/root Root user home directory: The root user, also known as Superuser, does not  have its home directory stored in the same folder as regular users (/home).  
Instead, its personal fles are stored in the /root. directory. The slash-root  (/root) directory is not to be confused with the root directory (/).
/sbin System binaries: Utilities dedicated to system administration, thus generally  accessed by the root user only. Programs such as ifconfg, halt, service, and  
many others can be found here.
/srv Service data: A placeholder for data coming from services hosted on the  system. Like many others, this directory is rarely used.
/tmp Temporary fles: Files that do not need to be conserved beyond program  execution should be stored here. Many operating systems actually clear the  
contents of this directory on reboot.

CentOS系统配置记录的更多相关文章

  1. CentOS系统配置 iptables防火墙

    阿里云CentOS系统配置iptables防火墙   虽说阿里云推出了云盾服务,但是自己再加一层防火墙总归是更安全些,下面是我在阿里云vps上配置防火墙的过程,目前只配置INPUT.OUTPUT和FO ...

  2. CentOS操作记录

    基本操作记录 1.centos已经进到图形界面后怎么打开命令行:ctrl+alt+F3 得到如下命令界面 用用户名和密码登录 切换回图形界面时输入的命令:ctrl+alt+F1 2.重新启动系统:#r ...

  3. 为CentOS系统配置防火墙设置

    在各种操作系统中,为了保护系统在网络中是相对安全的,我们通常都会给操作系统配置防火墙,通过配置防火墙来限定哪些流量可以进来,哪些流量可以出去,通过这样的一种方式,可以有效的管理系统的流量,从一定程度上 ...

  4. 腾讯云CentOS系统配置apache和tomcat

    本文使用yum软件包管理工具基于CentOS7.2版本配置apache和tom. 云服务器选购完毕后,安装Xshell软件,输入用户名密码即可远程登陆登录(centos用户名默认是root). 1,下 ...

  5. virtualbox中centos系统配置nat+host only上网

    以前一直使用的是virtualbox的桥接模式,桥接模式的特点: 虚拟机和宿主机处于同等地位,就像是一台真实主机一样存在于局域网中,可以分配到一个网络中独立的IP. 虚拟机和宿主机之间能够互访. 如果 ...

  6. virtualbox中centos系统配置nat+host only上网(zhuan)

    http://www.cnblogs.com/leezhxing/p/4482659.html **************************************************** ...

  7. centos笔记记录

    1. mac链接远程centos系统的时候,出现的问题: ssh 10.1**.4*.**:36** 会出现ssh: Could not resolve hostname 10.1**.4*.**:3 ...

  8. centos 问题解决记录

    在centos上用pip安装包,显示成功安装,但是用pip list去看发现实际上并没有安装? 安装用的是pip install xxx 是不行的,需要用sudo pip install xxx就可以 ...

  9. CentOS 系统配置完jdk,tomcat mysql,nginx 项目发布步骤

    1.启动项目之前,一定要先启动nginx服务 重启nginx服务的命令:./nginx -s reload 2.然后启动三个tomcat的服务 3.如果只能进入tomcat,不能进入项目:把tomca ...

随机推荐

  1. 10月28日上午 PHP数据访问

    1.建一个连接(连接PHP和MYSQL) $db = new MySQLi("localhost","root","666","t ...

  2. @RequestMapping 用法详解之地址映射(转)

    引言: 前段时间项目中用到了RESTful模式来开发程序,但是当用POST.PUT模式提交数据时,发现服务器端接受不到提交的数据(服务器端参数绑定没有加任何注解),查看了提交方式为applicatio ...

  3. Canvas绘制图形

    1.Canvas绘制一个蓝色的矩形 <!DOCTYPE html> <html> <head lang="en"> <meta chars ...

  4. 2016-03-04记录 H264.TXT 转成 H264.h264

    H264.TXT文件 来源于板子上串口输出的数据,需要把该数据转成 *.h264用 H264的软件打开观察 txt中数据截图如下: MATLAB读入数据的代码: clc;close all;clear ...

  5. [Head First设计模式]生活中学设计模式——状态模式

    系列文章 [Head First设计模式]山西面馆中的设计模式——装饰者模式 [Head First设计模式]山西面馆中的设计模式——观察者模式 [Head First设计模式]山西面馆中的设计模式— ...

  6. 用 const 还是用 let?

    ES6 里新增了两种声明变量的方式,let 和 const,加上原来的 var,一共就有三种方式来声明变量了.那到底该用哪个呢?关于“尽可能不用 var” 这一点,大家应该没有什么意见分歧(其实还是有 ...

  7. Coursera-Getting and Cleaning Data-week1-课程笔记

    博客总目录,记录学习R与数据分析的一切:http://www.cnblogs.com/weibaar/p/4507801.html -- Sunday, January 11, 2015 课程概述 G ...

  8. ZOJ 3699 Dakar Rally

    Dakar Rally Time Limit: 2 Seconds      Memory Limit: 65536 KB Description The Dakar Rally is an annu ...

  9. 【Alpha版本】 第一天 11.7

    一.站立式会议照片: 二.项目燃尽图: 三.项目进展: 成 员 前段时间完成任务 今天完成任务 明天要做任务 问题困难 心得体会 胡泽善 部分APP功能 我要招聘详情的展示 注册界面的实现 一些特殊效 ...

  10. 【Android开发实践】android.view.InflateException: Binary XML file line #12: Error inflating class fragment问题解决

    一般出现的原因是fragment引入的包错了,应该是import android.app.ListFragment;而不是import android.support.v4.app.ListFragm ...