answersLogoWhite

0

Using man ls will open the manual page for the ls command. The ls command lists the files and folders in the current directory.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Ignou mca 2nd semester solved assignment?

write the Linux command for the following: 1) to display yhe information about Is command i need assignments


Write a shell program called whos to display a sorted list of the logged in usersJust display the user names and no other information?

The 'users' command should do that; you don't need to write a shell script to get that information in that format.


Write a UNIX command to display the current date in the form ddmmyyyy?

UNIX command to display the current datedate +'%d/%m/%Y'Niraj sharma


Write the command that will allow to configure the networking card using a command line utility?

In Linux, you can configure a network card (it;s IP address, and if it is turned on or off) with the 'ifconfig' command.


Write a Linux command to print the content of a given directory to a given file?

ls /this/dir/path > dirfile


Which command is used to create an empty file with file size zero bytes so that you can write in these files later in unix and Linux?

touch newfile will make a new empty file in linux os !


Write the UNIX command to display the number of characters lines and words in the files myfile1txt myfile2txt and myfile3txt?

Use the 'wc' command: wc myfile[123].txt


How can you add two numbers in Linux?

There are calculator applications for the command line (bc), GUI (depends on your desktop UI), and also available if you write code or scripts.


Write a UNIX command to display the current date in the form 02?

date +"%d/%m/%y" date +"%d/%m/%y"


Could you tell me how to write a script that verify that I am the root user in Linux?

You don't need a shell script for this; just use the 'id' command look at the uid, which for root is 0.


Is write a FORTRAN command?

Yes. The FORTRAN write command output's data to a file.


What are the three standard linux permissions?

read, write, execute