<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://josemaria.bargallomoya.com/dokuwiki/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="https://josemaria.bargallomoya.com/dokuwiki/feed.php">
        <title>Bargawiki - linux_commands</title>
        <description></description>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <image rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T14:43:08+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:file_management&amp;rev=1738930004&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:lsof&amp;rev=1739898883&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:navigation&amp;rev=1738929965&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:system_management&amp;rev=1738930049&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Bargawiki</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <url>https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:file_management&amp;rev=1738930004&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-07T12:06:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>file_management</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:file_management&amp;rev=1738930004&amp;do=diff</link>
        <description>File Management Commands

This section covers commands related to manipulating files and directories in Linux.

	*  cp: Copies files or directories.
		*  Example: `cp file.txt /path/to/destination/`


	*  mv: Moves or renames files and directories.</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:lsof&amp;rev=1739898883&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-18T17:14:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lsof</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:lsof&amp;rev=1739898883&amp;do=diff</link>
        <description>lsof

The lsof (List Open Files) command is a tool used on Unix and Linux systems to list files opened by processes on the system. It is useful for system administration and troubleshooting, as it helps identify which processes are using files, network sockets, and other resources.</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:navigation&amp;rev=1738929965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-07T12:06:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>navigation</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:navigation&amp;rev=1738929965&amp;do=diff</link>
        <description>Navigation Commands

This section includes the most common commands used for navigating the file system in Linux.

	*  pwd: Displays the current working directory.
		*  Example: `pwd`


	*  cd: Changes the current directory.

		*  Example: `cd /home/user/`</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:system_management&amp;rev=1738930049&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-07T12:07:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>system_management</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=linux_commands:system_management&amp;rev=1738930049&amp;do=diff</link>
        <description>System Management Commands

This section includes commands used for managing system processes and resources in Linux.

	*  ps: Displays running processes.
		*  Example: `ps aux`


	*  top: Displays running processes in real-time.

	*  kill: Terminates a process.</description>
    </item>
</rdf:RDF>
