Here i am describing " ls "command which is one the basic Unix command
ls --- used to list files in your systemls -l --- used to list your files in 'long format', which contains information like size of the file,owner of the file,modified date,permissions etc.
ls -a --- used to list 'all files', including the ones whose filenames begin in a dot,that means hidden files also.
No comments:
Post a Comment