-->
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
Linux Commands
Unix/Linux Command Reference
Unix/Linux Command Reference
Rejinpaul
12:09 AM
Share to Facebook
Share to X
Newer Post
Older Post
Related Post
0 Comments
Subscribe to:
Post Comments (Atom)
Popular Posts
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 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...
how to secure Grub with a Password
step1: first generate a Grub password with MD5 algorithm puppy# grub grub> md5crypt Password: ******** Encrypted: $1$2FXKzQ0$I6k7iy...
how to create new user in linux operating system
[ root@new user ]# useradd new user1 [ root@ new user]# passwd new user1 Changing password for user new user1 New UNIX password: R...
How To Diagnosing MTA Problems using Telnet in linux
Diagnosing MTA Problems using Telnet 1.The most common way to identify and track remote SMTP mail server problems is actually with Telnet...
List of Linux basic commands
List of commands here
How to htaccess
How to htaccess: http://www.colostate.edu/~ric/htpass.html #touch .htaccess ! AuthUserFile /Destiny/www/html/current/phpmyadmin/.htpassw...
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 groups. Any server programs that you install should have their own...
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 mount and unmount removable disk in linux environment using command mode
Mounting and Unmounting Removable Disks You need to know how to insert and remove removable disks, such as floppies, CDs, or USB storage ...
Recent Posts
0 Comments