当前位置:网站首页>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.
边栏推荐
- Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
- 初次使用腾讯云,解决只能使用webshell连接,不能使用ssh连接。
- 将函数放在模块中
- JPA规范总结和整理
- Realize the addition of all numbers between 1 and number
- ASEMI整流桥HD06参数,HD06图片,HD06应用
- Concurrent performance test of SAP Spartacus with JMeter
- Principle and performance analysis of lepton lossless compression
- About the single step debugging of whether SAP ui5 floating footer is displayed or not and the benefits of using SAP ui5
- 逆波兰表达式
猜你喜欢

初识Linkerd项目

OpenHarmony应用开发之Navigation组件详解

MySQL 巨坑:update 更新慎用影响行数做判断!!!

What is the difference between Bi software in the domestic market

Binder通信过程及ServiceManager创建过程

Actual combat simulation │ JWT login authentication

SAP UI5 DynamicPage 控件介绍

函数传递参数小案例

爱可生SQLe审核工具顺利完成信通院‘SQL质量管理平台分级能力’评测

Developers, is cloud native database the future?
随机推荐
JXL notes
Small case of function transfer parameters
Simple page request and parsing cases
将函数放在模块中
Talk about my drawing skills in my writing career
Yyds dry goods inventory # solve the real problem of famous enterprises: move the round table
Realize the addition of all numbers between 1 and number
SAP SEGW 事物码里的 Association 建模方式
RHCSA8
【每日一题】1200. 最小绝对差
Get to know linkerd project for the first time
Natural language processing series (I) introduction overview
How can non-technical departments participate in Devops?
STM32 and motor development (from architecture diagram to documentation)
HiEngine:可媲美本地的云原生内存数据库引擎
SAP UI5 DynamicPage 控件介绍
leetcode:221. Maximum square [essence of DP state transition]
Why is your next computer a computer? Explore different remote operations
SAP SEGW 事物码里的导航属性(Navigation Property) 和 EntitySet 使用方法
同事半个月都没搞懂selenium,我半个小时就给他整明白!顺手秀了一波爬淘宝的操作[通俗易懂]