Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

vps remove folder

Faiz answered on January 7, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


vps remove folder

0

Command and Option Description

rm -d Remove an empty directory using the rm command.

rm -r Remove a non-empty directory and its content.

rm -f Ignore any prompt when deleting a write-protected file.

rm -rf Ignore any prompt when deleting a write-protected non-empty folder.

rm -i Output a prompt before deleting every file.

rm -I Output a prompt only once before deleting more than three files.

rm * Wildcard that represents multiple characters.

rm ? Wildcard that represents a single character.

rmdir -p Remove an empty subdirectory and its parent directory.

rmdir -v Print the information that the specified directory was deleted.

Popularity 1/10 Helpfulness 1/10 Language javascript
Source: Grepper
Tags: javascript vps
Link to this answer
Share Copy Link
Contributed on Jan 07 2023
Faiz
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.