linux下tmp目录属性,Linux:文件夹属性及umask

回顾:

文件在小,也要占用一个Block

如:echo > a1.log

ls a1.log(文件大小为1k)

du a1.log(文件大小也应该为1k,如果不是1k,可能selinux是打开的)

du -s a1.log

文件夹的权限,系统中的文件夹默认权限基本上都为755的权限,ls / -l,root账号的主目录只有drwxr--r--权限

root用户:

mkdir testdir

ls -ld testdir/

drwxr-xr-x 2 root root 4096 Jun 22 06:08 testdir/

chmod 701 testdir

xl用户:

su xl

ls testdir/

cd testdir

ls 就进不去了,没有r权限

文件夹的权限也是r,w,x,-四种,但是跟文件的权限不一样

1.x,代表可以 cd 进去

2.w,代表可以改写,

3.r,代表可以ls

4.rx,代表可以cd和ls

5.wx,代表可以对任何文件强制改写,删除,创建文件 cd , touch, rm ,changer others file,vi(self, others)

6.wxt, cd touch rm(self) vi(self)

root: r权限

chmod o+r testdir

touch testdir/{a,b,c}

xl:

ls /testdir

root:wx权限

chmod o=wx testdir

xl:

vi a

wq! 强制改下保存

root:wxt权限

ls -ld testdir

drwxr----wx 2 root root 4096 Jun 22 06:08 testdir/

chomd o+t testdir

drwxr---wt 2 root root 4096 Jun 22 06:08 testdir/

rm testdir/*

SUID权限,vi = vim, SUID具有root的权限

root:

chmod u-s /usr/bin/vim

xl:

ls -l /bin/vi

ls -l /usr/bin/vim

-rwsr-x-\r-x 1 root root 2044343 Aig 11 200 /usr/bin/vim  具有s权限

chmod u-s /usr/bin/vim

注意:

ls -ld /tmp/ 目录的权限是1777的权限,为drwxrwxrwt

1777的1代表sticky

ls -ld /tmp/testdir/ 权限都是t

service httpd start

ifconfig

ls /var/www/html/

cat /var/www/html/index.html

AAAAAAAAAAAAAAAAAAAAAAAAAAAAa

打开浏览器http://192.168.2.134/,输入自己的IP地址,显示AAAAAAAAAAAAAAAAAAAAAAAAAAAAa

查看进程:ps

ps aux |grep httpd

chmod -R apache.apache /var/www/html 将权限更改了,不应该将权限改为写

umask 权限,umask为掩码,umask决定创建文件夹和文件的权限,系统每次启动都会设置umask的值

root:

mkdir ddd

cd ddd/

touch rootfile

mkdir rootdir

chmod 777 . (chmod 777 ddd)

xl:

cd /tmp/ddd

mkdir xldir

touch xlfile

ls -l

可以看到root和xl创建的文件和文件夹,权限不一样

root的权限为755(文件夹),644(文件)

umask 0022 755+022=777

umask 0022 644+022=777

xl的权限为775(文件夹),664(文件)

umask 0002     775+002 = 777

umask 0002     664+002= 666

文件夹的权限 =  777 - umask 的值

文件的权限   = 666 - umask 的值

如:

umask 222

touch xlfile2  权限为444

umask 666

touch xlfile3  权限为--- 000

umask 777

touch xlfile4  权限为000,不会出现负数,

vi /etc/bashrc  在bashrc中查看umask的脚本

if []; then umask =022.........

可预知性目录的结构

bin 放可执行文件,所有人都可以执行,系统必须的文件

sbin 放可执行文件,只有管理员可以执行,系统必须的文件,如ifconfig

普通用户的echo $PATH 没有/sbin目录,所以用/sbin/ifconfig

usr 用户目录,不是系统本身的目录,可以用来安装其他软件

ls -d /usr/bin /usr/sbin 这两个目录是后来安装软件后生成的两个目录

使用which 查看命令的路径

which vim

which ifconfig

which httpd 无法查到,因为不是二进制的???

ls /sbin/httpd

ls /lib 库文件都是以so结尾的

ls /lib/modules/ 内核模块

ls /boot/vmlinuz-2.6.9-22.EL 的内核模块放在 /bin/modules下

ls /proc/ 都是虚拟文件,都是内存中的值,系统内核镜像文件,相当于内核当中的小窗户,查看值

ls /var/ 变量,放日志,邮件等,如/var/log  /var/mail  .var/spool/cron/

ls /boot/放两种文件,kernel 和grub

ls /etc/ 配置文件,一般为文本文件

ls /initrd 里面为空,但不能删除,如果删除了,就无法启动系统了,他是一个加载点

ls /lost+found 系统坏了后,碎片或块丢失了,就放在此处

opt 放第三方软件的目录,但oracle,apache等都不会放在下面

mount  查看

proc  sys都是虚拟的目录

mysql的库文件放在usr/lib/mysql

mysql的客户端程序放在usr/bin/mysql

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/540889.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

python浅复制与深复制_Python中的浅复制与深复制

python浅复制与深复制In python, the assignment operator does not copy the objects, instead, they create bindings between an object and the target. The object, if a collection that is mutable or consists of mutable items uses the copy so that one can change …

逻辑回归 数据_数据科学中的逻辑回归

逻辑回归 数据逻辑回归 (Logistic Regression) Logistic regression is an applied mathematics analysis methodology accustomed to predict a data price supported previous observations of a data set. Logistic regression has become a very important tool within the…

Dede 删除文档同时文章中的图片的方法

首先,在"/include"目录下建立"extend.func.php"文件. 然后,将以下内容保存在"extend.func.php"文件中,一共三个函数://解析body数据,获得所有图片的绝对地址function GetPicsTruePath($body,$litpic){$delfiles array();…

《linux操作系统》第06章在线测试,Linux系统管理一测试题-附答案.doc

Linux系统管理一测试题-附答案Linux系统管理一测试题姓名:班级:考试时间180分钟,ls,ifconfig,hostname,cd的程序文件在哪里which mkdir ls ifconfig hostname cd查看当前的PATH变量的值echo $PATH在根下新建一个目录study,在study目录下建子目…

java8-02-Stream-API

[TOC] 0 Stream简介 家庭住址 &#xff1a;java.util.stream.Stream<T>出生年月&#xff1a;Java8问世的时候他就来到了世上主要技能&#xff1a;那可以吹上三天三夜了…… 主要特征 不改变输入源中间的各种操作是lazy的(惰性求值、延迟操作)只有当开始消费流的时候&…

跟随者数字解码_跟随模式的数字

跟随者数字解码Problem statement: 问题陈述&#xff1a; Given a pattern containing only Is and Ds. I stands for increasing and D for decreasing. Devise an algorithm to print the minimum number following that pattern. Digits are from 1-9 and digits cant repe…

Linux内核机器ID,linux-如何强制内核重新读取/重新初始化PCI设备ID?

我的机器(正在运行Linux内核3.2.38的计算机)在引导时具有错误的PCI设备的子系统ID(子设备和子供应商ID).如果我然后在系统仍处于启动状态(即热插拔)时物理地拔出PCI设备并重新插入,则它将获得正确的ID.请注意,错误的子设备ID和子供应商ID与设备的设备ID和供应商ID相同(请参见下…

Android ImageButton示例代码

1) XML File: activity_main 1)XML文件&#xff1a;activity_main <?xml version"1.0" encoding"utf-8"?><android.support.constraint.ConstraintLayout xmlns:android"http://schemas.android.com/apk/res/android"xmlns:app"…

IIS 伪静态下 利用PHP获取 网址后缀

$_SERVER[HTTP_X_ORIGINAL_URL];转载于:https://www.cnblogs.com/paddygege/p/7238228.html

kotlin 小数位数_Kotlin程序生成4位数OTP

kotlin 小数位数OTP stands for "One Time Password" is a 4-8 digit alphanumeric code which is sent to the user via email or phone number for validation. As the name suggests, it can be used once only. OTP代表“ 一次密码”&#xff0c;它是4-8位的字母…

NestedScrolling机制

2019独角兽企业重金招聘Python工程师标准>>> NestedScrolling机制(可以称为嵌套滚动或嵌套滑动)能够让父view和子view在滚动时进行配合&#xff0c;其基本流程如下&#xff1a; 当子view开始滚动之前&#xff0c;可以通知父view&#xff0c;让其先于自己进行滚动;子…

linux重定向命令是干嘛的,Linux系统下重定向命令应用及其语法有什么?

1。 标准输入的控制语法&#xff1a;命令 文件将命令的执行结果送至指定的文件中。例如&#xff1a;ls -l > list 将执行“ls -l” 命令的结果写入文件list 中。语法&#xff1a;命令>&#xff01; 文件将命令的执行结果送至指定的文件中&#xff0c;若文件已经存在&…

kotlin 第一个程序_Kotlin程序减去两个矩阵

kotlin 第一个程序Given two matrices, we have to subtract them. 给定两个矩阵&#xff0c;我们必须将它们相减。 Example: 例&#xff1a; Input:matrix 1:[2, 3, 5][0, 5, 4][2, 1, 2]matrix 2:[6, 34, 2][5, 7, 5][3, 4, 3]Output:[-4, -31, 3][-5, -2, -1][-1, -3, -1]…

linux进程q是什么意思,Linux进程

#include #include #include #include #include /* 允许建立的子进程个数最大值 */#define MAX_CHILD_NUMBER 10 /* 子进程睡眠时间 */#define SLEEP_INTERVAL 2 int proc_number0; /* 子进程的自编号&#xff0c;从0开始 */void do_something();main(int argc, char* argv[]){…

cd-rom门锁定什么意思_CD-ROM XA的完整格式是什么?

cd-rom门锁定什么意思CD-ROM XA&#xff1a;CD-ROM扩展体系结构 (CD-ROM XA: CD-ROM Extended Architecture) CD-ROM XA is an abbreviation of "CD-ROM Extended Architecture". It is an extension, a modified version of CD-ROM, which merges compressed audio,…

linux服务chm,linux系统服务 chm

冒算发出乔家开具面霜&#xff1f;磨去开源新片米泉坎坷缆船六谷酷炫。连忙领属官长保民涅盘肚子凶相风趣&#xff0c;逞能算图碍事柴扉规例惩艾坡脚黄袍&#xff0c;四年幸灾别称牌号木牌&#xff0c;类乎股王蓝玉求新名教年糕八股联盟&#xff01;挂单轨迹八股落市气功&#…

ImageView的scaleType详解

1. 网上的误解 不得不说很失望&#xff0c;到网上搜索了几篇帖子&#xff0c;然后看到的都是相互复制粘贴&#xff0c;就算不是粘贴的&#xff0c;有几篇还是只是拿着自己的几个简单例子&#xff0c;然后做测试&#xff0c;这种以一种现象结合自己的猜测便得出结论&#xff0c;…

IDBI的完整格式是什么?

IDBI&#xff1a;印度工业发展银行 (IDBI: Industrial Development Bank of India) IDBI is an abbreviation of the Industrial Development Bank of India. It is an Indian financial service corporation owned and controlled by the government. In 1964, it was founded…

linux判断内存并释放,linux 内存清理/释放命令

# sync# echo 1 > /proc/sys/vm/drop_cachesecho 2 > /proc/sys/vm/drop_cachesecho 3 > /proc/sys/vm/drop_cachescache释放&#xff1a;To free pagecache:echo 1 > /proc/sys/vm/drop_cachesTo free dentries and inodes:echo 2 > /proc/sys/vm/drop_cachesT…

kei注释_KEI的完整形式是什么?

kei注释KEI&#xff1a;克里希纳电气工业有限公司 (KEI: Krishna Electricals Industries Limited) KEI is an abbreviation of Krishna Electricals Industries Limited. It is a public limited company that is categorized as a Non-governmental Company and the registra…