-->
Linux
Menu
Home
AU Complete
Question Papers
Syllabus
Subject Notes
Internal Marks
Internal Exam Timetable
AU Nov Dec 2018 Timetable
Anna University Updates
Anna University Results
School Study Materials
SSLC Study Materials
HSC Study Materials
Home
FEDORA
how to find the mount command in PATH in fedora
how to find the mount command in PATH in fedora
Rejinpaul
6:40 PM
Share to Facebook
Share to X
You can find the PATH of the Mount by using the following command
$ type mount
mount is hashed (/bin/mount)
Newer Post
Older Post
Related Post
How to Show binary, source, and man pages for mount.
We can find binary,source, and man pages for mount using the following com ...
How to htaccess
How to htaccess: http://www.colostate.edu/~ric/htpass.html #touch .htacce ...
how to add users and Adding Groups in fedora linux ubuntu fedora14
Adding Groups with groupadd You need to create some new user or system g ...
0 Comments
Subscribe to:
Post Comments (Atom)
Popular Posts
how to Shutting Down or Rebooting fedora Linux in command mode
Shutting Down or Rebooting Linux Look at all these shutdown and reboot commands: shutdown, halt, init 0, poweroff, Ctrl-Alt-Delete, etc. ...
how to create Files and Directories in linux fedora environment
Creating Files and Directories You want to organize your files by placing them in directories. But where do directories come from? For th...
how to add new user in linux fedora
Adding a User To add a user do the following: # groupadd john # useradd -g john -c “John Doe” -m -d /home/john -s /bin/bash john # p...
Unix/Linux Command Reference
List of Linux basic commands
List of commands here
How to crack bios password in windows Xp , 95.98
Here is the best way to crack the bios password in win 95/98: Follow the steps below: 1) Boot up windows. 2) go to dos-prompt or go to ...
How to set file ownership with chown command in fedora linux
Setting File Ownership with chown You need to change ownership on a file or directory. Perhaps you've copied something to someone els...
how to find User's UID and GID in fedora linux
Finding a User's UID and GID You want to know a quick way to check the UIDs of users and see what groups they belong to. Use the i...
How to convert hard drive into NTFS format
Converting to NTFS Your hard drive must be formatted with a file system such as FAT, FAT32 or NTFS so that Windows can be installed on to ...
how to Copy, Move, and Rename Files and Directories in fedora linux
Copying, Moving, and Renaming Files and Directories You've got directories, you've got files. How do you get the files into the...
Recent Posts
install PHP In linux fedora
how to install MySQL in fedora linux or ubuntu linux
how To configure the public key on the server:
how to add new user in linux fedora
how to Copy, Move, and Rename Files and Directories in fedora linux
how to delete Files and Directories in linux
how to create Files and Directories in linux fedora environment
0 Comments