码迷,mamicode.com
首页 >  
搜索关键字:系统目录 ls which alias    ( 20237个结果
linux 常用的命令
查看所有用户任务计划 cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {} 查看设备的挂载情况 lsblk lsblk -f 查看rhel或centos版本 cat /etc/redhat-release 查看最后登陆信息 las ...
分类:系统相关   时间:2021-04-20 15:45:36    阅读次数:0
ZooKeeper客户端
命令基本语法 功能描述 help 显示所有操作命令 ls path [watch] 显示所有操作命令 ls path [watch] 查看当前节点数据并能看到更新次数等数据 create 普通创建, -s 含有序列, -e 临时(重启或者超时消失) get path [watch] 获得节点的值 s ...
分类:其他好文   时间:2021-04-20 15:33:29    阅读次数:0
配置alias命令永久生效
在/etc/profile.d目录里下新建 shell脚本 (设置alias别名命令的功能) 让新建的别名生效 设置完成后之际可以使用别名 gj 命令 执行poweroff一样效果的 ...
分类:其他好文   时间:2021-04-20 14:33:22    阅读次数:0
Binder杂记
1. Binder的系统日志文件 # ps -A | grep suspend system 699 1 2184444 4564 binder_ioctl_write_read 0 S android.system.suspend@1.0-service # ls /proc/699/fd -l ...
分类:其他好文   时间:2021-04-19 15:59:18    阅读次数:0
[linux]Ubuntu18.04生成RSA密钥
生成RSA密钥 1. 制作密钥对 [root@host ~]$ ssh-keygen <== 建立密钥对 Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): ...
分类:系统相关   时间:2021-04-19 15:54:27    阅读次数:0
多开发机别名跳转脚本片段
#! /bin/bash # @author # @breif auto ssh function show_usage(){ echo -e " This is Usage " echo -e " -h: which host to go,for example dev041" } functio ...
分类:其他好文   时间:2021-04-19 15:50:26    阅读次数:0
Android 终端操作
pwd,打印当前目录 ls:List information about the FILEs (the current directory by default) -a/--all -d/--directory dir -a 进入如camera的目录后运行dir、ls会卡住(可以ctrl+c退出)。 ...
分类:移动开发   时间:2021-04-16 12:10:03    阅读次数:0
32、Device or resource busy故障处理
问题原因:逻辑卷在磁盘下,无法直接mkfs 格式化磁盘 [root@VM_0_8_centos ~]# dmsetup ls vdb1 (252:0) dmsetup remove vdb1 mkfs.xfs /dev/vdb1 ...
分类:其他好文   时间:2021-04-16 12:08:51    阅读次数:0
linux 删除中文乱码
ls -li find . -inum 1840704 -exec rm {} -rf \; ...
分类:系统相关   时间:2021-04-15 12:07:25    阅读次数:0
Echarts——Invalid geoJson format Cannot read property 'length' of undefined
前言 做一个地图下钻的echarts,发现点击某几个县市的时候,报错Invalid geoJson format Cannot read property 'length' of undefined, 对比数据发现出现报错原因是因为数据类型中有GeometryCollection存在,但是echar ...
分类:Web程序   时间:2021-04-14 12:15:56    阅读次数:0
20237条   上一页 1 ... 9 10 11 12 13 ... 2024 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!