UNIX

Basic UNIX Commands

If you work with computers be it a developer, network engineer or even a non IT professional who likes to navigate through terminal or command prompt on your PC/MAC, these are some of the basic unix commands you need to navigate like a pro.

  • ls : list files in the current folder.
  • ls -a : list all the files including hidden files in the current folder.
  • ls -lf : lists all files showing file permissions for a particular file.
  • cd <directory name> : change directory.
  • mkdir <directory name> : create a directory.
rajendra

Share
Published by
rajendra

Recent Posts

HackerHeap is back: building with AI agents in 2026

HackerHeap is back: a multi-platform resource for working developers building with AI coding agents. We…

1 week ago

LeetCode Maximum Erasure Value

// SOLVING THIS WITH AN AI ASSISTANT (2026)If you are working through this problem with…

4 years ago

Largest Unique Number Java Solution

// BUILDING THIS WITH AN AI AGENT (2026)Whether you are using Claude Code, Cursor, Windsurf,…

5 years ago

Jump Search Algorithm In Java

// SOLVING THIS WITH AN AI ASSISTANT (2026)If you are working through this problem with…

6 years ago

Knuth Morris Pratt Pattern Search Algorithm

// SOLVING THIS WITH AN AI ASSISTANT (2026)If you are working through this problem with…

6 years ago

Binary Search Algorithm In Java

// SOLVING THIS WITH AN AI ASSISTANT (2026)If you are working through this problem with…

6 years ago

This website uses cookies.