<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://ssl.webangel.ie/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ssl.webangel.ie/feed.php">
        <title>Opbzil - linux:linux-commands</title>
        <description></description>
        <link>http://ssl.webangel.ie/</link>
        <image rdf:resource="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-28T10:33:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:bash-sc&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fileman&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fs-man&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fsman&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:links&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:networking&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:other&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:process&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:ram-info&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:users&amp;rev=1759830220&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Opbzil</title>
        <link>http://ssl.webangel.ie/</link>
        <url>http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:bash-sc&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bash-sc</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:bash-sc&amp;rev=1759830220&amp;do=diff</link>
        <description>Bash Shortcuts

 * Ctrl+R Incremental search forward, in your command-line history.

	*  Ctrl+S Incremental search backwards, in your command-line history.

	*  Ctrl+J and Ctrl+G: These useful commands abandon an incremental search, either with the line found, or with the original line, respectively.</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fileman&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fileman</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fileman&amp;rev=1759830220&amp;do=diff</link>
        <description>File Manipulation

Find Large files

This finds the 10 largest files in the /var directory. Modify as needed
#  du -a /var | sort -n -r | head -n 10

Copy files from host1 to host2 via host3
# ssh vmbulkmsgtst1 -- tar cz /admin/software/ | ssh bulkmsg1 -- tar vxzC /</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fs-man&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fs-man</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fs-man&amp;rev=1759830220&amp;do=diff</link>
        <description>File System Manipulation

Monitor Disk Uasage

# du -h --max-depth=1 

Create an F/S in RAM

Makes a partition in ram which is useful if you need a temporary working space, as read/write RAM access is fast.
# mount -t tmpfs tmpfs /mnt -o size=1024m
Harddisk Backup/Restore</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fsman&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fsman</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:fsman&amp;rev=1759830220&amp;do=diff</link>
        <description>Large Partitions

RedHat Way

Red Hat Enterprise Linux 5.1 and later supports ext3 filesystems up to 16 Terabytes in size. Please see the Red Hat Enterprise Linux 5 Release Notes for further information.

In order to create EXT3 filesystems greater than 2TB, use the normal LVM and mkfs.ext3 commands as follows (assuming the block device for the storage is</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:links&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>links</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:links&amp;rev=1759830220&amp;do=diff</link>
        <description>Creating Links

Always forget which is first target or link.

To create a soflink here is format
$ ln -s /full/path/of/original/file /full/path/of/soft/link/file</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:networking&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>networking</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:networking&amp;rev=1759830220&amp;do=diff</link>
        <description>Networking Commands

Transfer files with low bandwidth

Transfer large files/directories with no overhead, over the network 
# ssh user@host &quot;cd targetdir; tar cfp - *&quot; | dd of=file.tar
Identify Network Cards

Causes traffic lights to flash on the nic</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:other&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>other</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:other&amp;rev=1759830220&amp;do=diff</link>
        <description>Other

Hardware Info

Getting information about model no. of computer
# dmidecode | grep -i prod
Make ISO image of a folder
# mkisofs -J -allow-lowercase -R -V &quot;OpenCD8806&quot; -iso-level 4 -o OpenCD.iso ~/OpenCD
Show all system commands with an Explanation</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:process&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>process</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:process&amp;rev=1759830220&amp;do=diff</link>
        <description>Process Checking

Output Detailed Process Tree for any User

An easy function to get a process tree listing (very detailed) for all the processes of any gived user.
# psu(){ command ps -Hcl -F S f -u ${1:-$USER}; }# psu uadminF S UID        PID  PPID CLS PRI ADDR SZ WCHAN    RSS PSR STIME TTY        TIME CMD</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:ram-info&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ram-info</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:ram-info&amp;rev=1759830220&amp;do=diff</link>
        <description>Dealing with RAM

Ram Info

Get info Max RAM and RAM Slots
# dmidecode 2.9 | grep &quot;Maximum Capacity&quot;; dmidecode -t 17 | grep Size
Free up Cache&#039;d RAM

The Linux kernel makes use of unused memory in caches. This leads to fast running of the Linux O/S. But the command below will force it to drop the cached memory, if you really need to. The HTOP utility (if installed) will better show the really used &amp; cached RAM.</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-commands:users&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>users</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-commands:users&amp;rev=1759830220&amp;do=diff</link>
        <description>User Creation

Creating a large number of users

&lt;http://www.cyberciti.biz/tips/linux-how-to-create-multiple-users-accounts-in-batch.html&gt;

&lt;http://www.thegeekstuff.com/2009/06/useradd-adduser-newuser-how-to-create-linux-users/&gt;

newusers

newusers command reads a file of user name and clear-text password pairs and uses this information to update a group of existing users or to create new users. Each line is in the same format as the standard password file.</description>
    </item>
</rdf:RDF>
