• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

vdir: command not found

by admin

vdir command verbosely lists directory contents. Equivalent to ls -lb. By default, list the current directory. Directory entries are sorted alphabetically unless overridden by an option. vdir takes the same options as ls.

Syntax

Syntax of the vdir command is:

$ vdir [options] [files]

If you encounter below error:

vdir: command not found

you may install the below package, according to your choice of distribution.

Distribution Command
OS X brew install coreutils
Debian apt-get install coreutils
Ubuntu apt-get install coreutils
Alpine apk add coreutils
Arch Linux pacman -S coreutils
Kali Linux apt-get install coreutils
CentOS yum install coreutils
Fedora dnf install coreutils
Raspbian apt-get install coreutils
Docker docker run cmd.cat/vdir vdir

Filed Under: Linux

Some more articles you might also be interested in …

  1. Basic “chmod” Command examples in Linux
  2. ldconfig Command Options
  3. How to enable IPv6 on CentOS / RHEL 7
  4. crontab error : “You (user) are not allowed to access to (crontab) because of pam configuration.”
  5. lvmconf Command Examples in Linux
  6. Understanding rsyslog Actions
  7. How to Configure ACL(Access Control Lists) in Linux FileSystem
  8. How to Add or Remove Ports when firewalld is Disabled
  9. kill Command Examples in Linux
  10. How to extract RAR files in CentOS/RHEL 7 and 8

You May Also Like

Primary Sidebar

Recent Posts

  • grpck command – Remove corrupt or duplicate entries in the /etc/group and /etc/gshadow files.
  • xxd command – Expressed in hexadecimal form
  • sesearch: command not found
  • macof: command not found

© 2022 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright