当前位置:网站首页>RM delete file
RM delete file
2022-07-03 07:49:00 【Seven demons 71】
grammar :
rm [options] name...
Parameters :
- -i One by one asked to confirm before deleting .
- -f Even if the original file is set to read-only attribute , Also delete , One without confirmation .
- -r The directories and files are also removed one by one of the following
Example
Delete folder abc And all files in the folder
rm -rf abc
The following prompt solution appears
rm: cannot remove 'xxx': Permission denied
Use :
sudo rm
边栏推荐
猜你喜欢
Go language foundation ----- 13 ----- file
Iterm2 setting
Robots protocol
Technical dry goods Shengsi mindspire operator parallel + heterogeneous parallel, enabling 32 card training 242 billion parameter model
HarmonyOS第三次培训笔记
Go language foundation ----- 01 ----- go language features
【MySQL 12】MySQL 8.0.18 重新初始化
Project experience sharing: Based on mindspore, the acoustic model is realized by using dfcnn and CTC loss function
【LeetCode】3. Merge two sorted lists · merge two ordered linked lists
技术干货|昇思MindSpore可变序列长度的动态Transformer已发布!
随机推荐
Huawei switch basic configuration (telnet/ssh login)
优质博客——
Go language foundation ----- 06 ----- anonymous fields, fields with the same name
Technical dry goods | some thoughts on the future of AI architecture
LwIP learning socket (application)
Go language foundation ----- 07 ----- method
Go language foundation ----- 05 ----- structure
s7700设备如何清除console密码
Analysis of the problems of the 12th Blue Bridge Cup single chip microcomputer provincial competition
Pat class a 1031 Hello world for u
技术干货|昇思MindSpore NLP模型迁移之Roberta ——情感分析任务
Pat class a 1030 travel plan
Technical dry goods Shengsi mindspire dynamic transformer with variable sequence length has been released!
Client server model
Go language foundation ----- 03 ----- process control, function, value transfer, reference transfer, defer function
【MySQL 12】MySQL 8.0.18 重新初始化
PIP uses image website to solve the problem of slow network speed
EtherCAT state machine transition (ESM)
PDO and SDO concepts
Go language foundation ------17 ----- channel creation, read-write, security shutdown, multiplexing select