Skip to main content

how to list the hidden files in ubuntu linux?

Unlike any other linux distro, ubuntu also allows ls command for listing the directory files in the current directory.


the command for listing the hidden files in the current directory is

ls -a

also -l option is for long list
-t sorts the files in ascending order of date of change of file



Comments

Popular posts from this blog

INSALLING LOCALPHONE ON SUSE 11.3

SIP_call_localphone INSTALLING LOCALPHONE ON SUSE 11.3 Well I find a better option rather than installing localphone, one can use SIP soft phone client for SUSE 11.3. This tutorial gives a demonstration for SUSE 11.3 softphone SIP installation and using localphone credentials for make calls.. here we go..

installing upwork client on linux environmnent

Download the Upwork client from the Download Link: https://www.upwork.com/downloads Installing the yum file I got the following errors [bsingh@localhost Downloads]$ sudo rpm -Uvh upwork_x86_64.rpm [sudo] password for bsingh: error: Failed dependencies:     libstdc++.so.6(GLIBCXX_3.4.14)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     s(GLIBC_2.14)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libc.so.6(GLIBC_2.15)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libc.so.6(GLIBC_2.17)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libc.so.6(GLIBC_2.18)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libgdkglext-x11-1.0.so.0()(64bit) is needed by upwork-4.2.115.0-1fc...