answersLogoWhite

0

In order to zip a subdirectory in Linux you would use the zip command with the recursive flag to specify that it should add all files under that directory into the zip file. The command would then be zip -r .zip .

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What ms-DOS cmmand is used to create a subdirectory?

The command is "mkdir".


What CLI command is used to create a subdirectory?

MD nameofdirectory. MD stands for Make Directory.


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


What command is used to open VI in Linux?

vi


What command is used to print the date and time in Linux?

date


What command would be used to get information on the options used by a Linux command?

To get information on the options used by a Linux command, you can use the man command followed by the command name, like this: man [command]. This will display the manual page for the command, detailing its options and usage. Alternatively, you can often use the --help option with the command (e.g., [command] --help) to get a brief summary of options and usage.


Which command is used to gets help about Linux?

The 'man' or the 'info' command have documentation about utilities and commands in the system.


What key is used in command completion in Red Hat Enterprise Linux?

$


What are the two most commonly used command in Linux?

cd ls


Which command can be used to standardize configuration files across Linux?

NIS


What is the significance of the keyword 'mv' in the context of the Linux command 'mv r'?

In the context of the Linux command 'mv r', the keyword 'mv' stands for 'move', indicating that the command is used to move or rename files or directories.


Where can one learn more about Linux's TAR command?

The TAR command is Create Tape ARchives and is used by Linux and Unix. Information and explanations can be found on the linfo and computerhope websites.