Related Articles

Linux - Introduction
Linux – Tarballs, Archive and Compress Folders (tar)
Tarballs are Compressed Archive Files of Folders that are useful when moving folders and making sure all contents stay intact. In the name tarball “tar” stands for the archiving, and “ball” stands for the compression. […]

Linux - Introduction
Linux – Add, Delete and Modify Users (adduser, deluser, passwd, chfn)
Managing Users on Linux systems is very easy. Add Users sudo adduser username – adds users Additional profile information is not required, but a comment is a good idea. Delete Users sudo deluser username – […]
Be the first to comment