answersLogoWhite

0


Best Answer

To display files and folder ls command is used, which stands for "list directory contents". It has great amount of options and very often used with -la options (list in long format (privileges, creation time, size, if it is symbol link then where it points and etc) and other options tells to include "." and ".." folders).

To list all processes there is ps command which stands for "process status". In order to get very detailed list of what is running on your system you could use -lax options with this command.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: With which commands do you display file names and processes in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by the display file interpreter?

A display file interpreter is a software component that reads instructions from a display file and renders them on a display device. It interprets commands related to layout, positioning, and content to generate the visual display seen by the user.


What is segment in computer graphics?

segments are the form of array like table which stored the commands in order to form the display in the screen.it has 4 parts 1.index 2.size 3.position 4.visibility commands 1 go to display file interpreter and them goes to display file n thn to segment table........... sandeep uniyal


How does DOS redirection operators affect output and input?

The Redirection commands write/display the designated file/text to a specified location, whether it is a .txt file or another DOS terminal


How do you display file names in a collage photo?

Take a pen and write your name on collage photo


You move a file using which commands?

You need to use the MS-DOS commands to move a file.


What is the bash command to display a text file 'sonents' to the screen similar to the DOS type command?

It's the cat command. cat file If you want paging, then try more or less commands also.


Are Linux commands entered via the command line case sensitive?

Yes. Just about everything to do with Linux on the command line is case sensitive, including commands and file names.


What is the use of display file in random scan system?

Display File is a memory area which stores picture definition as a set of line drawing commands.Video controller interprets these commands and produces actual image on the screen.Display File in random scan system is comparable to frame buffer in raster scan system, on the basis of their functions.


A file that stores multiple DOS commands is called?

Batch File


What text file contains a series of commands that are executed in order?

Batch File


Explain any six file commands in C plus plus?

There's no commands in C++.


Which command can you use to look at the end of the file named statusreport?

Use the command 'head statusreport' (without the quotes)