当前位置:网站首页>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 边栏推荐
- 【系统分析师之路】第五章 复盘软件工程(敏捷开发)
- Basic syntax of unity script (3) - accessing game object components
- Basic syntax of unity script (4) - access to other game objects
- How to handle ZABBIX server startup failure
- Multi terminal collaboration of Huawei accounts to create a better internet life
- Clearing TinyMCE rich text cache in elementui
- 腾讯二面:@Bean 与 @Component 用在同一个类上,会怎么样?
- App wechat payment unicloud version of uniapp payment (with source code)
- 2022-06-23 sail soft part formula and SQL generation (month and quarter retrieval)
- Problems and analysis in JMeter performance testing. How many problems have you encountered?
猜你喜欢
![[yitianxue awk] regular matching](/img/a6/608ec8d0808dfae04d19dfeea66399.png)
[yitianxue awk] regular matching
![[kali] Kali system, software update (with image source)](/img/ac/43a3f81d50ab6866271b500b142252.png)
[kali] Kali system, software update (with image source)

【C语言深度解剖】float变量在内存中存储原理&&指针变量与“零值”比较

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

腾讯二面:@Bean 与 @Component 用在同一个类上,会怎么样?

Hangzhou E-Commerce Research Institute: the official website (website) is the only form of private domain

Dark horse notes - common date API

商品服务-平台属性

Assertions of regular series

Dark horse notes -- wrapper class, regular expression, arrays class
随机推荐
Introduction to two types of rxjs observable operators
腾讯二面:@Bean 与 @Component 用在同一个类上,会怎么样?
ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accurately
【系统分析师之路】第五章 复盘软件工程(敏捷开发)
How can c write an SQL parser
Mqtt ROS simulates publishing a custom message type
Introduction to the new source code of substrat: fix the memory leak of the mission engine of beefy, and optimize the smart contract deletion queue
Basic syntax of unity script (3) - accessing game object components
Unity脚本的基础语法(5)-向量
Resource realization applet opening traffic main tutorial
ABAP toolbox v1.0 (with implementation ideas)
防火墙基础之总部双机热备与分支基础配置
Open source of xinzhibao applet
WTM major updates, multi tenancy and single sign on
DeFi“钱从哪来”?一个大多数人都没搞清楚的问题
微信小程序报错:TypeError: Cannot read property ‘setData‘ of undefined
App wechat payment unicloud version of uniapp payment (with source code)
Tronapi wave field interface PHP version - interface document attached - package based on thinkphp5 - source code without encryption - can be opened in two - detailed guidance of the author - 11:49:56
一次 Keepalived 高可用的事故,让我重学了一遍它!
zabbix-server启动失败处理方式