News

If you're new to Linux administration, Jack Wallen shows you a skill you'll definitely need to have--creating directories from the command line interface.
Learn the basics of directory management in Linux using the command line tool.
Did you know that Linux makes it easy to create and use hidden files, which means you can easily tuck important documents away from plain sight? Here's how to manage those files.
This will create the new zip file in the current working directory. To unzip a compressed file, right-click it and select Extract Here (Figure 3). Figure 3: Unzipping a file the GUI way in Linux.
File counting in a directory is a common task that many users might need to perform. It could be for administrative purposes, understanding disk usage, or organizing files in a systematic manner.
Symbolic links are a very important admin tool to use in Linux. Jack Wallen tells you why and how to create such links with ease.
Shell scripting will make Linux administration a breeze. The Conclusion In this article, you have learned to create a simple Shell script. Now you can create your own scripts in Linux following the ...