当前位置:网站首页>Rocky basic command 3
Rocky basic command 3
2022-07-05 13:11:00 【51CTO】
1、 Command name :ln
Command path :/usr/bin/ln
Executive authority : All users
grammar :ln [-s] Source file link
-s Build soft links ( similar windows Shortcuts in )
Function description : Create a link file ( The default without -s Create a hard link )
give an example :
[[email protected] <sub>]
#ln anaconda-ks.cfg a # Create a hard link , The number of links will increase 1
[[email protected]8-1 </sub>]
#ll
total
12
-rw
--
--
--
-.
2 root root
1438 Jul
2
10:43 a
-rw
--
--
--
-.
2 root root
1438 Jul
2
10:43 anaconda-ks.cfg
-rw
-r
--r
--.
1 root root
1728 Jul
2
10:52 initial-setup-ks.cfg
[[email protected] <sub>]
#ln -s anaconda-ks.cfg b # Create soft link
[[email protected] </sub>]
#ll
total
12
-rw
--
--
--
-.
2 root root
1438 Jul
2
10:43 a
-rw
--
--
--
-.
2 root root
1438 Jul
2
10:43 anaconda-ks.cfg
lrwxrwxrwx.
1 root root
15 Jul
4
20:54 b
-> anaconda-ks.cfg
-rw
-r
--r
--.
1 root root
1728 Jul
2
10:52 initial-setup-ks.cfg
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
2、 Command name :tr
Command path :/usr/bin/tr
Executive authority : All users
grammar : tr [-sdct] First character set [ Second character set ]
-s duplicate removal
-d Delete match ” First character set “ The characters of
-c Remove the containing ” First character set “ All characters outside will be written by “ Second character set ” Replace with the last character of
-t take “ First character set ” Replace with “ Second character set ” , The number of digits is determined by the first character set
Function description : Converting and deleting characters
give an example :
[[email protected] <sub>]
#tr a-z A-Z
abcdefg
ABCDEFG
[[email protected] </sub>]
#df
Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs
885060
0
885060
0% /dev
tmpfs
914116
0
914116
0% /dev/shm
tmpfs
914116
9300
904816
2% /run
tmpfs
914116
0
914116
0% /sys/fs/cgroup
/dev/sda2
31441920
5629848
25812072
18% /
/dev/sda1
506528
244712
261816
49% /boot
tmpfs
182820
0
182820
0% /run/user/0
[[email protected] <sub>]
#df | tr -s ' ' %
Filesystem%1K-blocks%Used%Available%Use%Mounted%on
devtmpfs%885060%0%885060%0%/dev
tmpfs%914116%0%914116%0%/dev/shm
tmpfs%914116%9300%904816%2%/run
tmpfs%914116%0%914116%0%/sys/fs/cgroup
/dev/sda2%31441920%5629848%25812072%18%/
/dev/sda1%506528%244712%261816%49%/boot
tmpfs%182820%0%182820%0%/run/user/0
[[email protected] </sub>]
#tr -d abc < /etc/fstab
#
# /et/fst
...
[[email protected] <sub>]
#tr -t etc ETC < /etc/fstab
#
# /ETC/fsTab
# CrEaTEd by anaConda on SaT Jul 2 02:32:29 2022
...
[[email protected] </sub>]
#tr -c wangdayu a
abcdefg
aaadaaga
[[email protected] <sub>]
#tr -c wangdayu 0
wangxiaochun
wang00a000un0
[[email protected] </sub>]
#tr -c wangdayu 011
wangxiaochun
wang11a111un1
[[email protected] ~]
#tr -c wangdayu 011
wangxiaochun
wang11a111un1
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
- 22.
- 23.
- 24.
- 25.
- 26.
- 27.
- 28.
- 29.
- 30.
- 31.
- 32.
- 33.
- 34.
- 35.
- 36.
- 37.
- 38.
- 39.
- 40.
- 41.
- 42.
- 43.
- 44.
- 45.
- 46.
边栏推荐
- 《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动
- Introduction to the principle of DNS
- Navigation property and entityset usage in SAP segw transaction code
- 百日完成国产数据库opengausss的开源任务--openGuass极简版3.0.0安装教程
- Talking about fake demand from takeout order
- mysql econnreset_Nodejs 套接字报错处理 Error: read ECONNRESET
- DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
- MSTP and eth trunk
- Cf:a. the third three number problem
- 初识Linkerd项目
猜你喜欢

Solve Unicode decodeerror: 'GBK' codec can't decode byte 0xa2 in position 107

数据湖(七):Iceberg概念及回顾什么是数据湖

自然语言处理系列(一)入门概述

SAP UI5 ObjectPageLayout 控件使用方法分享

The Research Report "2022 RPA supplier strength matrix analysis of China's banking industry" was officially launched

关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益

DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告

It's too convenient. You can complete the code release and approval by nailing it!

峰会回顾|保旺达-合规和安全双驱动的数据安全整体防护体系

RHCSA10
随机推荐
946. Verify stack sequence
Realize the addition of all numbers between 1 and number
Introduction to sap ui5 dynamicpage control
Insmod prompt invalid module format
AVC1与H264的区别
OpenHarmony应用开发之Navigation组件详解
Write macro with word
Compile kernel modules separately
About the single step debugging of whether SAP ui5 floating footer is displayed or not and the benefits of using SAP ui5
[cloud native] use of Nacos taskmanager task management
时钟周期
函数传递参数小案例
SAP ui5 objectpagelayout control usage sharing
A specific example of ABAP type and EDM type mapping in SAP segw transaction code
js判断数组中是否存在某个元素(四种方法)
碎片化知识管理工具Memos
使用 jMeter 对 SAP Spartacus 进行并发性能测试
mysql拆分字符串做条件查询
Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
Natural language processing series (I) introduction overview