cp command

How do I copy files under Unix operating system using ksh or csh or bash shell prompt?

{ 2 comments }

I‘m a new Linux user. How do I copy a directory or folder under Linux operating system using command line options and bash shell?

{ 3 comments }

I‘ve recently swiched from Ubuntu Linux to CentOS / RHEL version 6 gnome desktop. However, I’m unable to find the gpass the password manager for GNOME2 desktop in repo. How do I install the same under RHEL 6 or CentOS or Scientific Linux 6 or Fedora Linux 15?

{ 0 comments }

Q. I’ve backup created using rsync command stored at /disk2/home/tom/ directory. Accidentally, I had deleted files from /home/tom directory. I’d like to restore all file names starting with alpha numeric characters from /disk2/home/tom/ to /home/tom. How do I restore selected files in a batch mode?

{ 0 comments }

Q. How do I setup my Red Hat / CentOS / Fedora Linux system to get IP address and other information via a DHCP server for eth0 interface?

{ 5 comments }

How do I copy files under Linux operating systems?

{ 0 comments }

Q. How do I copy all the file including subdirectories from DVD disk mounted at /mnt/dvd to /home/tom at a shell prompt under CentOS Linux? A. You need to use cp command to copy SOURCE to DESTINATION or multiple SOURCE(s) to a DIRECTORY. Gnu cp command has -a option which copy directories recursively while preserving [...]

{ 0 comments }