NNNaman Nayakinnaman-nayak.hashnode.dev·Aug 23, 2022 · 2 min readLinux Basic CommandsHere are some basic Linux Command everyone should know. ls ls --> lists the directories and file name under current directory. ls -a --> lists all including hidden directories and file name under current directory. ll --> lists the permission o...00