当前位置:网站首页>Directory related commands
Directory related commands
2022-06-30 13:23:00 【User 4982247】
pwd
pwd yes print work directory abbreviation , Print the current directory , Generally, there are no parameters
cd
cd yes change directory abbreviation , Used to switch the current working directory
Common operations ( Parameters ):
1. cd Absolute path ## Enter the specified directory , Desperate path from / Start
2. cd . ## Continue to stay in the current directory
3. cd .. ## Enter the parent directory of the current directory
4. cd ~ ## Enter the home directory of the currently logged in user
5. cd - ## Enter the last directory ls
ls yes list directory contents abbreviation , View contents under the directory
Common operations ( Parameters ):
1. ls -l ## Long format (long), It can be abbreviated as ll, View the content attributes of specific files in the directory ( file size 、 Creation time 、 user 、 User group permissions )
2. ls -a ## Display all files (all),Linux The hidden file is usually in the form of . start
3. ls -A ## Show division .( Current directory ) and ..( Superior directory ) All documents other than ,Linux The hidden file is usually in the form of . start 边栏推荐
- MySQL queries the data within the radius according to the longitude and latitude, and draws a circle to query the database
- ABAP toolbox v1.0 (with implementation ideas)
- Definition of variables and assignment of variables in MySQL
- [recruitment (Guangzhou)] Chenggong Yi (Guangzhou) Net core middle and Senior Development Engineer
- 微信小程序报错:TypeError: Cannot read property ‘setData‘ of undefined
- Problems and analysis in JMeter performance testing. How many problems have you encountered?
- 【C】 In depth understanding of pointers and callback functions (Introduction to simulating qsort)
- Methodology for troubleshooting problems (applicable to troubleshooting problems arising from any multi-party cooperation)
- Golang Basics - string and int, Int64 inter conversion
- jmeter 学习笔记
猜你喜欢

ABAP工具箱 V1.0(附实现思路)

Loss function: Diou loss handwriting implementation

Read all the knowledge points about enterprise im in one article

Machine learning notes - Introduction to autocorrelation and partial autocorrelation

App wechat payment unicloud version of uniapp payment (with source code)
![[KALI] KALI系统、软件更新(附带镜像源)](/img/ac/43a3f81d50ab6866271b500b142252.png)
[KALI] KALI系统、软件更新(附带镜像源)

Goods and services - platform properties

kaniko官方文档 - Build Images In Kubernetes

你想要的异常知识点都在这里了

发生QQ大规模盗号事件,暴露出什么网络安全问题?
随机推荐
2022-06-23 帆软部分公式及sql生成(月份、季度取数)
RK356x U-Boot研究所(命令篇)3.3 env相关命令的用法
Open source of xinzhibao applet
Basics of golang -- the difference between slicing and array
Rk356x u-boot Institute (command section) 3.2 usage of help command
WTM重大更新,多租户和单点登录
A keepalived high availability accident made me learn it again!
Methodology for troubleshooting problems (applicable to troubleshooting problems arising from any multi-party cooperation)
Event handling in QT
正则系列之断言Assertions
常用的ui组件
Package based on thinkphp5 -tronapi- wave field interface - source code without encryption - can be opened twice - interface document attached - detailed guidance of the author - June 30, 2022 08:45:2
[learn awk in one day] operator
golang基础 —— 切片几种声明方式
商品服务-平台属性
MySQL implements the division of two query results
Postman génère automatiquement des fragments de code Curl
Apache Doris Compaction优化百科全书
golang文件的写入、追加、读取、复制操作:bufio包的使用示例
Unity脚本的基础语法(4)-访问其他游戏对象