nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

Linux / Unix Rsync Copy Hidden Dot Files and Directories Only

Posted: 16 Jan 2020 12:40 PM PST


How do I use the rsync tool to copy only the hidden files and directory (such as ~/.ssh/, ~/.foo, and so on) from /home/jobs directory to the /mnt/usb directory under Unix like operating system?

The post Linux / Unix Rsync Copy Hidden Dot Files and Directories Only appeared first on nixCraft.

Add a new user account with admin access on Linux

Posted: 16 Jan 2020 12:35 PM PST

How do I add a user account with admin (sudo) access on Ubuntu or CentOS Linux cloud server? How can I add a new user with admin account level access in Linux?

The post Add a new user account with admin access on Linux appeared first on nixCraft.

Alarm clock Set Timeout For A Shell Command

Posted: 16 Jan 2020 03:18 AM PST


How can I run a command called foo, and have it timeout/abort after 10 seconds under GNU/Linux running bash shell or script? How do I run the command under an alarm clock?

The post Alarm clock Set Timeout For A Shell Command appeared first on nixCraft.