Computer Science, asked by saurabhkumar47pakwtj, 1 year ago

write a command with all options LS...... 11th NCERT computer....

Answers

Answered by BrainlyTech
1

# ls -l

total 176

-rw-r--r--. 1 root root   683 Aug 19 09:59 0001.pcap

-rw-------. 1 root root  1586 Jul 31 02:17 anaconda-ks.cfg

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Desktop

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Documents

drwxr-xr-x. 4 root root  4096 Aug 16 02:55 Downloads

-rw-r--r--. 1 root root 21262 Aug 12 12:42 fbcmd_update.php

-rw-r--r--. 1 root root 46701 Jul 31 09:58 index.html

-rw-r--r--. 1 root root 48867 Jul 31 02:17 install.log

-rw-r--r--. 1 root root 11439 Jul 31 02:13 install.log.syslog

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Music

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Pictures

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Public

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Templates

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Videos

# ls -a

.                .bashrc  Documents         .gconfd          install.log         .nautilus     .pulse-cookie

..               .cache   Downloads         .gnome2          install.log.syslog  .netstat.swp  .recently-used.xbel

0001.pcap        .config  .elinks           .gnome2_private  .kde                .opera        .spice-vdagent

anaconda-ks.cfg  .cshrc   .esd_auth         .gtk-bookmarks   .libreoffice        Pictures      .tcshrc

.bash_history    .dbus    .fbcmd            .gvfs            .local              .pki          Templates

.bash_logout     Desktop  fbcmd_update.php  .ICEauthority    .mozilla            Public        Videos

.bash_profile    .digrc   .gconf            index.html       Music               .pulse        .wireshark

# ls -F

0001.pcap        Desktop/    Downloads/        index.html   install.log.syslog  Pictures/  Templates/

anaconda-ks.cfg  Documents/  fbcmd_update.php  install.log  Music/              Public/    Videos/

# ls -R

total 1384

-rw-------. 1 root     root      33408 Aug  8 17:25 anaconda.log

-rw-------. 1 root     root      30508 Aug  8 17:25 anaconda.program.log

./httpd:

total 132

-rw-r--r--  1 root root     0 Aug 19 03:14 access_log

-rw-r--r--. 1 root root 61916 Aug 10 17:55 access_log-20120812

./lighttpd:

total 68

-rw-r--r--  1 lighttpd lighttpd  7858 Aug 21 15:26 access.log

-rw-r--r--. 1 lighttpd lighttpd 37531 Aug 17 18:21 access.log-20120819

./nginx:

total 12

-rw-r--r--. 1 root root    0 Aug 12 03:17 access.log

-rw-r--r--. 1 root root  390 Aug 12 03:17 access.log-20120812.gz

# ls -ltr

total 176

-rw-r--r--. 1 root root 11439 Jul 31 02:13 install.log.syslog

-rw-r--r--. 1 root root 48867 Jul 31 02:17 install.log

-rw-------. 1 root root  1586 Jul 31 02:17 anaconda-ks.cfg

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Desktop

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Videos

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Templates

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Public

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Pictures

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Music

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Documents

-rw-r--r--. 1 root root 46701 Jul 31 09:58 index.html

-rw-r--r--. 1 root root 21262 Aug 12 12:42 fbcmd_update.php

drwxr-xr-x. 4 root root  4096 Aug 16 02:55 Downloads

-rw-r--r--. 1 root root   683 Aug 19 09:59 0001.pcap

# ls -lS

total 176

-rw-r--r--. 1 root root 48867 Jul 31 02:17 install.log

-rw-r--r--. 1 root root 46701 Jul 31 09:58 index.html

-rw-r--r--. 1 root root 21262 Aug 12 12:42 fbcmd_update.php

-rw-r--r--. 1 root root 11439 Jul 31 02:13 install.log.syslog

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Desktop

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Documents

drwxr-xr-x. 4 root root  4096 Aug 16 02:55 Downloads

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Music

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Pictures

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Public

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Templates

drwxr-xr-x. 2 root root  4096 Jul 31 02:48 Videos

-rw-------. 1 root root  1586 Jul 31 02:17 anaconda-ks.cfg

-rw-r--r--. 1 root root   683 Aug 19 09:59 0001.pcap

# ls -i

20112 0001.pcap        23610 Documents         23793 index.html          23611 Music     23597 Templates

23564 anaconda-ks.cfg  23595 Downloads            22 install.log         23612 Pictures  23613 Videos

23594 Desktop          23585 fbcmd_update.php     35 install.log.syslog  23601 Public

# ls -l /tmp

total 408

drwx------. 2 narad narad   4096 Aug  2 02:00 CRX_75DAF8CB7768

-r--------. 1 root  root  384683 Aug  4 12:28 htop-1.0.1.tar.gz

drwx------. 2 root  root    4096 Aug  4 11:20 keyring-6Mfjnk

drwx------. 2 root  root    4096 Aug 16 01:33 keyring-pioZJr

drwx------. 2 gdm   gdm     4096 Aug 21 11:26 orbit-gdm

drwx------. 2 root  root    4096 Aug 19 08:41 pulse-gl6o4ZdxQVrX

drwx------. 2 narad narad   4096 Aug  4 08:16 pulse-UDH76ExwUVoU

drwx------. 2 gdm   gdm     4096 Aug 21 11:26 pulse-wJtcweUCtvhn

-rw-------. 1 root  root     300 Aug 16 03:34 yum_save_tx-2012-08-16-03-34LJTAa1.yumtx

⭐Mark as brainliest⭐

Hope that this helps you!


BrainlyTech: Feel free to mark as brainliest if you can
Similar questions