Vim/Vi is a popular text editor for many Linux software developers and system administrators. It's especially true if you plan to debug any program errors or improve the script or program's overall … [Read more...] about Vim Show Line Numbers
Linux/Unix/BSD
Information And Reviews On Linux, Unix And Bsd Operating Systems
Unix is a multi-user, multi-tasking operating system that was initially developed by Bell Labs in the 1970s. Various similar operating systems that are POSIX compliant (ie compatible with Unix) have since been developed (POSIX is an abbreviation for Portable Operating System Interface for UNIX). These include the following: the BSD family (OpenBSD, FreeBSD, NetBSD, Mac OS/X), Solaris, IRIX, AIX, SunOS, UnixWare, OpenServer and Linux.
Software written for POSIX compliant operating systems is generally able to be compiled for all POSIX platforms with little or no platform-specific changes. This makes the commands and utilities available for this extended family of operating systems very similar, and there are few differences between administering them.
The articles in this section are about useful command line utilities and commonly used application software on POSIX compliant operating systems. For Mac OSX specific articles see my OSX section.
Add User To Group Linux
In Linux operating systems, groups allow certain user permissions to be available for group members. For someone to access the system, one must add a user to a group in Linux. Adding users to … [Read more...] about Add User To Group Linux
Chmod 777 Tutorial
Eventually, you will have to read and execute permission changes on either a file or directory. To do this, you need to run the chmod command. This tutorial discusses how the chmod command … [Read more...] about Chmod 777 Tutorial
How to Copy Directory Linux
Operating a Linux screen requires the mastery of varying technical terms and skills. Copying directories on Linux is no different. It is the most frequent task you will perform on the command … [Read more...] about How to Copy Directory Linux
Linux create user
The Linux system is an application where multiple people can simultaneously link into the same system. As the system administrator, it falls to you to manage the system's groups and … [Read more...] about Linux create user
Add user to sudoers
What is the importance of learning how to add user to sudoers? For one, it's to grant elevated access or permission to a user so that the user can carry unique functions that standard users would … [Read more...] about Add user to sudoers