Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the arj command of linux to create and manage .arj packages

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the use of linux's arj command to create and manage .arj package, I hope you will learn a lot after reading this article, let's discuss it together!

The arj command is the manager of compressed files in ".arj" format, which is used to create and manage ".arj" compressed packages.

When creating an arj package, the suffix ".arj" can be omitted and automatically added by the arj command. When operating on an existing arj package, you must specify both the file name and the suffix.

Syntax format: arj [parameters]

Common parameters:

Reference example

Create a compressed package and add the specified file to the package:

[root@linuxcool ~] # arj a linuxcool / var/log/secure

Displays a list of files in the package:

[root@linuxcool ~] # arj l linuxcool.arj

Displays a list of detailed files in the package:

[root@linuxcool ~] # arj v linuxcool.arj

Compress the entire directory and ignore the file path:

[root@linuxcool] # arj a-e linuxcool * after reading this article, I believe you have some understanding of using linux's arj command to create and manage .arj package. Want to know more about it. Welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report