当前位置:网站首页>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.
边栏推荐
- 使用Dom4j解析XML
- RHCSA4
- Write macro with word
- I'm doing open source in Didi
- SAP SEGW 事物码里的导航属性(Navigation Property) 和 EntitySet 使用方法
- DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
- Overflow toolbar control in SAP ui5 view
- APICloud Studio3 WiFi真机同步和WiFi真机预览使用说明
- Simple page request and parsing cases
- Alibaba cloud SLB load balancing product basic concept and purchase process
猜你喜欢

阿里云SLB负载均衡产品基本概念与购买流程

数据泄露怎么办?'华生·K'7招消灭安全威胁

Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?

SAP UI5 DynamicPage 控件介紹

Get to know linkerd project for the first time

精彩速递|腾讯云数据库6月刊

Introduction to sap ui5 flexiblecolumnlayout control

Association modeling method in SAP segw transaction code

Simple page request and parsing cases

Overflow toolbar control in SAP ui5 view
随机推荐
Flutter 绘制波浪移动动画效果,曲线和折线图
Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?
SAP UI5 ObjectPageLayout 控件使用方法分享
函数传递参数小案例
Introduction to sap ui5 flexiblecolumnlayout control
RHCSA2
时钟周期
Natural language processing from Xiaobai to proficient (4): using machine learning to classify Chinese email content
峰会回顾|保旺达-合规和安全双驱动的数据安全整体防护体系
无密码身份验证如何保障用户隐私安全?
A deep long article on the simplification and acceleration of join operation
手把手带你入门Apache伪静态的配置
Rocky basics 1
Talking about fake demand from takeout order
关于 SAP UI5 getSAPLogonLanguage is not a function 的错误消息以及 API 版本的讨论
Pycharm installation third party library diagram
Word document injection (tracking word documents) incomplete
Get to know linkerd project for the first time
RHCSA7
How to protect user privacy without password authentication?