Linux下查看用户列表
cat /etc/passwd 可以查看所有用户的列表w 可以查看当前活跃的用户列表cat /etc/group 查看用户组但是这样出来的结果一大堆,看起来嘿负责,于是继续google找到个简明的layout命令ca
2021-12-07 14:18
98 
Linux Crontab 启动 、运行 和编辑 查看的命令
cron服务是Linux的内置服务,但它不会开机自动启动。可以用以下命令启动和停止服务:/sbin/servicecrondstart /sbin/servicecrondstop /sbin/servicecron
2021-12-07 14:20
98 
Linux 几个Shell Script面试题
几个Shell Script面试题 Linux 1. How do you take a single line of input from the user in a shell script? 2
2021-12-07 14:20
98 
linux 面试题 参考 答案
linux面试题参考答案(7) Linux面试题专栏 三.简答题: 1.简述Linux文件系统通过i节点把文件的逻辑结构和物理结构转换的工作过程。 参考答案: Linux通过i节点表将文件的逻辑结构
2021-12-07 14:20
98 
CentOS7关闭SELinux
查看[root@dev-server ~]# getenforceDisabled[root@dev-server ~]# /usr/sbin/sestatus -vSELinux status: d
2021-12-07 14:13
99 
一些linux命令的用法
more head -5 tail -10最后10行 tail +10从第10行开始 mv find /home -name httpd.conf grep在文件中搜索匹配 grep Ext3 dm.tx
2021-12-07 14:17
99 
linux使用技巧
linux使用技巧 1,如何查询命令的用法 man shutdown 2,避免ctrl+alt+del重新启动系统 编辑/etc/initab文件 #ca::ctlr|del:/sbin/shut do
2021-12-07 14:17
99 
linux基本常用的一些技巧
linux基本常用的一些技巧 1,设置系统启动时执行的命令netsysv 2,ipconfig /etc/rc.d/init.d/network restart 3,ping 4,route rpm -iv
2021-12-07 14:20
99 
T:0.007492s,M:349.83 KB
返回顶部 留言