ifs

Inspect IBM i IFS objects, their types, and metadata.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ajshedivy/ibmi-agent-skills --skill ifs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ifs
Source: https://github.com/ajshedivy/ibmi-agent-skills/tree/main/skills/ifs
Command: npx skills add https://github.com/ajshedivy/ibmi-agent-skills --skill ifs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browse, search, read, and inspect IBM i Integrated File System (IFS) objects and permissions to diagnose file- and share-related issues.

Core Features & Use Cases

  • Browse directories and list IFS contents with metadata such as size and timestamps.
  • Search for files by name or pattern, recursively across the IFS.
  • Read text content, view file authorities, and examine locks or NetServer shares to troubleshoot access problems.

Quick Start

List the contents of /home and identify the largest files under that path.

Frequently Asked Questions about ifs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I browse IBM i IFS directories and list file metadata?

You can browse IBM i IFS directories by listing contents and retrieving object metadata such as size and timestamps. This exposes IFS paths and types to help you navigate the Integrated File System with speed.

How do I recursively search for files by name across the IBM i IFS?

You can recursively search for files by name or pattern across the IBM i IFS. This allows you to locate specific objects within the Integrated File System based on matching your search criteria.

How can I diagnose IBM i IFS permissions and lock issues?

You can diagnose IBM i IFS permissions and lock issues by viewing file authorities and examining locks. This read-only interface helps troubleshoot access problems without modifying the underlying objects.

Does this IBM i IFS tool support inspecting NetServer shares?

Yes, this IBM i IFS tool supports inspecting NetServer shares. You can examine NetServer share configurations across local and remote IBM i systems to troubleshoot file and share-related access issues.

Can I read text content directly from IFS objects on IBM i?

Yes, you can read text content directly from IFS objects on IBM i. The tool provides a read-only interface over QSYS2 IFS services to help you inspect file contents for diagnostic purposes.

What are the safety constraints when using QSYS2 IFS services for diagnosis?

The safety constraints when using QSYS2 IFS services involve a strictly read-only interface. It accepts parameters such as path and limit to diagnose IFS issues without modifying or writing to the IBM i filesystem objects.