answersLogoWhite

0

The df utility displays a list of the directory hierarchies available on the file system. NFS is the file system type.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is command disk operating system?

Mkdir and md command give then make a directory or drive


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


Where is the DIR command located?

The DIR or directory command is located in the system32 directory of Windows. It is an executable file that gives DOS access to a user.


How do you find absolute path name of your home directory what is it on your system?

All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path


Which traversal computes the total size of each directory in the unix system?

You could use the 'du -s' command to get the size of each directory/sub-directory from wherever you are currently in the file system.


What command will return you to your home directory regardless of where you are in the file system?

PWD Although pwd will tell you where you are it won't change back to your home directory. For that, use the 'cd' command without any parameters


How would you list the mount points on the remote system named bravo that the local system named grape can mount?

To list the mount points on the remote system named bravo that the local system named grape can mount, you can use the showmount command. On the local system grape, run showmount -e bravo to see the exported directories that grape can mount from bravo.


What command to change directory?

CD Example: CD <sub-directory> Use CD .. to go up a directory. You can also enter a full path to go straight to that directory. Eg: CD windows/system/etc


What happens when a program is launched from a command prompt or from the desktop?

The user interface interprets the command and passes the program name to the file system, which reads the directory.


Which utilities is used to display the pathname of a current work directory in linux?

In Linux, the utility used to display the pathname of the current working directory is the pwd command, which stands for "print working directory." When executed, it outputs the full path of the directory you are currently in. This command is commonly used in terminal sessions to confirm your location within the file system.


How do you set path in command prompt?

To set a path in the Command Prompt, you can use the set command. For example, to temporarily add a directory to your PATH variable, you can type set PATH=%PATH%;C:\Your\Directory. This change will only last for the duration of the Command Prompt session. To make a permanent change, you can modify the PATH variable through the System Properties in the Control Panel or by using the setx command, like setx PATH "%PATH%;C:\Your\Directory".


cd?

The command "cd" stands for "change directory" and is used in command-line interfaces to navigate between different folders in a file system. By typing "cd" followed by a directory path, users can move into that directory. For example, "cd Documents" would take the user to the Documents folder if it exists within the current directory. Using "cd .." moves the user up one level in the directory hierarchy.