Posts tagged "Linux"

Linux Tmp System Directory – Ls (List Directory) Command Examples – Quick Tips

The Linux tmp Directory The tmp directory, below the / directory, is used to hold “temporary files”, such as those created by Linux application software programs and other programs. Many programs automatically create temporary files when they are run and these files are commonly created in /tmp. These files are intended to exist only temporarily, for as long as the application is running. They are used by programs for their own internal purposes. When you exit out of a program that has created “temporary” files, these files should automatically be deleted by the application (software program) that created them. However, [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:21 am

Categories: Linux   Tags: , , , , ,

Linux Sbin System Directory – Ls (List) Directory Command Examples – Quick Tips For Linux Commands

Viewing the Linux / (Root) and /sbin and System Directories “Off Of” The / (Root) Directory Now see the some of the Linux System directories that are “off of” the / (root) directory, including the sbin (supervisor binaries) directory. Examples of Running the Linux ls Command to View System Directories Beginning with “s” At the Linux command line, you can use a ; (semicolon) between commands (with a space on either side of the to run multiple commands at one time. Use the two commands on one line below to: clear the screen and change into the root directory. $ [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:21 am

Categories: Linux   Tags: , , , , , ,

Using Linux Wildcard Characters to See Linux Directories and Files – Linux System Admin Training

Linux Wildcard Characters in the [pattern] Part of a Linux Command Wildcard characters are used in a Linux [pattern] to cause a command to work on multiple items and they represent characters in a pattern. An * (asterisk) is used in a [pattern] to represent “all characters” in an item (when used alone) and “all other characters” in an item (when used with other characters, such as letters and numbers). A ? (question mark) is used in a [pattern] to represent a single character. Multiple question marks can be used in a pattern to represent multiple characters, one character per [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:21 am

Categories: Linux   Tags: , , , , , , , ,

Fixing “Mounting Unchecked Fs” Linux Boot Error

Like every other operating system, Linux computer also contains a system or boot volume, which is used to boot your system. Boot device is one on which all the boot files and Linux operating system are installed. In some cases, you may encounter boot errors while trying to start Linux-based computer. This behavior may occur due to missing or damaged boot files. In such cases, Linux system refuses to boot and you can not access the data stored on your Linux hard drive. It leads to critical data loss and needs Linux Data Recovery. When you try to boot your [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:21 am

Categories: Linux   Tags: , , , ,

Using the Linux PWD Command to See Full Linux Directory Path – Linux Quick Tips For Commands

Overview of The Linux pwd Command The Linux pwd command name stands for path to working directory,which is the directory that you’re currently working “in”. The Linux command prompt for some Linux distributions shows the current name of the directory that you are currently in – but some don’t. Also, by default the command line prompt for some Linux distributions doesn’t show the full path to your current directory. This is where the Linux pwd command comes in handy. Any time you need to see the name of your active directory, as well as the full directory path to it, [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:21 am

Categories: Linux   Tags: , , , , ,

Linux Mnt System Directory – Command Examples, Ls (List) Directory – Quick Tips For Linux Commands

Viewing the Linux /mnt System Directory Below The / (Root) Directory Like many of the important Linux system directories, the /mnt directory is located directly below the / (root) directory. Now have a look at the contents of the /mnt directory and find out what the Linux OS uses it for. Examples of Running the Linux ls Command to View System Directories and the /mnt Directory When you’re working at the Linux command line prompt, you can use a ; (semicolon) between commands to run multiple commands at once. Use the three commands on one line below to: clear the [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:21 am

Categories: Linux   Tags: , , , , , ,

SCSI CRC Boot Errors May Cause Data Loss in Linux

Booting errors are very common in Linux operating system, which makes your system unbootable and unusable. The errors prevent your system from booting and render it totally inaccessible. They prove to be a big threat to your precious data. Such errors usually occur after unexpected system shutdown and hard drive data structure corruption. Losing data from hard drive in such situations creates big problems for your business. So, you need to restore data from the latest backup to prevent data loss. However, in case backup is not updated or available, Linux Recovery solutions come to your help. When you face [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:21 am

Categories: Linux   Tags: , ,

Running Linux Su and Sudo Commands to Work As Root and Viewing the Linux Root User Home Directory

Example of Using the Linux su Command Run the Linux su command with the dash option, as in “su -” (but not quotes). Then type in the password for the root user and press Enter. If you’re using Ubuntu, see the alternate steps below. Now type in the pwd command and press Enter to see your “path to (current) working directory”. If the su (superuser) command above worked, you should see the directory path of /root which indicates that you are now working as the root user at the Linux command line. Type in exit and press Enter to go [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:20 am

Categories: Linux   Tags: , , , ,

The Complete Steps to Create and Run a Linux Script to Run Linux Commands

Creating and running a Linux script to automatically run a series of Linux commands that you commonly run is easy! With a Linux script, you put a series of routinely run commands in a text file, and then run all of them by simply typing in the name of the file and pressing Enter. Linux Script Example to Create a Script to Automatically Run A Series of Linux System Administration Commands Follow along with the steps in the example below to create and run your first Linux script! 1. Run a Linux text editor. 2. Put the following text at [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 31, 2012 at 4:20 am

Categories: Linux   Tags: , , , , ,

Viewing Linux Hidden Directories and System Configuration Files With the Linux LS Command

Almost all of the files that are used to configure settings on a Linux system are plain text files, as opposed to files that are coded or encrypted. Some Linux directories and files are prefixed with a . (dot). These files do not normally appear in directory listings when the directory is viewed with a GUI utility, such as Nautilus, or when viewed with a command that lists directories and files, such as the ls command. These directories and files are commonly called “dot” directories and “dot” files and are “hidden” from regular directory listings. These directories and files typically [...]

Read more...

Be the first to comment - What do you think?
Posted by machesked - January 29, 2012 at 5:31 am

Categories: Linux   Tags: , , , , , , ,

Next Page »