当前位置:网站首页>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.
边栏推荐
- 碎片化知识管理工具Memos
- Le rapport de recherche sur l'analyse matricielle de la Force des fournisseurs de RPA dans le secteur bancaire chinois en 2022 a été officiellement lancé.
- SAP UI5 FlexibleColumnLayout 控件介绍
- APICloud Studio3 WiFi真机同步和WiFi真机预览使用说明
- It's too convenient. You can complete the code release and approval by nailing it!
- Android本地Sqlite数据库的备份和还原
- 时钟周期
- SAP ui5 objectpagelayout control usage sharing
- Hundred days to complete the open source task of the domestic database opengauss -- openguass minimalist version 3.0.0 installation tutorial
- SAP SEGW 事物码里的 ABAP Editor
猜你喜欢

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

MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!

SAP SEGW 事物码里的 ABAP Editor

无密码身份验证如何保障用户隐私安全?

Pycharm installation third party library diagram

SAP UI5 ObjectPageLayout 控件使用方法分享

Simple page request and parsing cases

Principle and performance analysis of lepton lossless compression

山东大学暑期实训一20220620

数据泄露怎么办?'华生·K'7招消灭安全威胁
随机推荐
SAP SEGW 事物码里的 ABAP 类型和 EDM 类型映射的一个具体例子
[cloud native] use of Nacos taskmanager task management
Association modeling method in SAP segw transaction code
Laravel document reading notes -mews/captcha use (verification code function)
Insmod prompt invalid module format
155. Minimum stack
Word document injection (tracking word documents) incomplete
Small case of function transfer parameters
##无监控,不运维,以下是监控里常用的脚本监控
My colleague didn't understand selenium for half a month, so I figured it out for him in half an hour! Easily showed a wave of operations of climbing Taobao [easy to understand]
Principle and performance analysis of lepton lossless compression
Sorry, we can't open xxxxx Docx, because there is a problem with the content (repackaging problem)
Write macro with word
潘多拉 IOT 开发板学习(HAL 库)—— 实验7 窗口看门狗实验(学习笔记)
How to realize batch sending when fishing
How to protect user privacy without password authentication?
时钟周期
mysql拆分字符串做条件查询
UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xe6 in position 76131: invalid continuation byt
Difference between avc1 and H264