In our Advanced Console tricks series we have already covered subjects like Getting help and processes management. Now it’s time to understand how the file permissions work. In this article we’re going to cover such issues as the basics of Linux file access rights, useful commands allowing you to manage file permissions as well as numerical and special access modes.
Archive of 'CLI'
CLI tricks: The art of using manuals
[ Thursday, 8 November 2007, adz ]
Detailed and proper documentation of source code and programs is the milestone of Unix culture, as we may read in “The art of Unix Programming” by Eric Steven Raymond. The first application on Unix was the platform to prepare documents. The platform was used by Bell Labs to prepare patent documents. Effective work with documentation and searching for needed information is the key feature when working on unix-like systems.
SSH with Putty
[ Tuesday, 16 October 2007, goudacaster ]
One of my favourite tools (that I use almost everyday) is PuTTY. I use it both on Windows (very useful because Windows has no SSH client) and on Linux. It is a program that enables SSH connections using a graphical interface. It also allows for the establishment of SSH tunnels as well as omitting some [...]
System & enviromental variables in Linux
[ Friday, 5 October 2007, adz ]
System and enviromental variables define parts of the system behavior so it’s worth knowing what they are, what they influence and how to adjust them to your needs. This is the last part of the “console basics” series.
Regular expressions & search patterns
[ Thursday, 20 September 2007, adz ]
Every Unix system offers several useful commands for finding files and searching them for strings. Together with programming techniques such as streams, pipes, redirections, and regular expressions they comprise very powerful tools ideal for administrative tasks.
UNIX Pipes, Streams and Redirections
[ Friday, 14 September 2007, adz ]
This is the third article in the “CLI tricks” series. This time we are going to cover UNIX-specific pipes, streams and redirections, explaining what they are for and how they can help us in every day console tasks.
» Post Purchase: Text Link
File management in console
[ Saturday, 8 September 2007, adz ]
Unix systems provide a number of commands to manage files and directories. Their strong point is the ability to use them in a rather simple manner against a group of files/directories meeting certain conditions. For example all the files satisfying specific criteria can be deleted or have their names changed en masse.
Shell, terminal, console — the basics
[ Tuesday, 4 September 2007, adz ]
In this article we’d like to present the basic concepts needed to navigate the console world. We are going to find out what a shell is all about, what is a terminal, and what the famous console is actually for. This is the first article in he new series about Linux command line interface, so stay tuned!

