-->
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
List of Linux basic commands
List of Linux basic commands
Rejinpaul
11:35 PM
Share to Facebook
Share to X
List of commands here
Newer Post
Older Post
Related Post
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 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 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 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...
List of Linux basic commands
List of commands here
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 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...
How to htaccess
How to htaccess: http://www.colostate.edu/~ric/htpass.html #touch .htaccess ! AuthUserFile /Destiny/www/html/current/phpmyadmin/.htpassw...
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...
Unix/Linux Command Reference
Recent Posts
0 Comments