Posts by Devsheet

Read all articles posted by Devsheet programmers and content writers.

Copy all folder content to another folder In Ubuntu

You can use below command to copy the folder content to another directory or folder.

Get total size of a directory or folder in Ubuntu

To get the total size of a directory or a folder in Ubuntu you can use du -hs command and it will print the total size of that directory using.

Delete all empty directories in a directory in Ubuntu

You can delete all empty directories in a directory using below command. First we find all directories using find command and then delete them.

Find all empty directories in a directory in Ubuntu

You can use these command to list all the empty directories in a folder.

Extract, decompress or unzip a zip file in Ubuntu

To decompress or unzip a zip file in Ubuntu you can use unzip command. If the command is not already installed you need to install it first.

Copy a directory along with its content to another directory in Ubuntu

To copy a directory or folder to a location in Ubuntu you can use cp command. It will copy the directory along with its content to the target location.

Remove or Delete a folder or directory in Ubuntu

The commands are helpful to delete or remove a directory from the folder.

Change directory name or rename a directory in Ubuntu

If you want to change the directory name or want to rename a folder in ubuntu you can use mv command for that.

Create a new directory or folder in Ubuntu

The commands are helpful to create new folder or directory on Ubuntu.

Loading more...
Search all posts...