-->
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
How to login in to linux operating system using command line
How to login in to linux operating system using command line
Rejinpaul
10:49 PM
Share to Facebook
Share to X
Linux 2.2.13
(ttyp1)
guest
login:
newuser
Password:
Last login: Tue Jan 4 10:13:13 from
linuxtcp.princeton.edu
[
newuser@guest
newuser
]$
Newer Post
Older Post
Related Post
0 Comments
Subscribe to:
Post Comments (Atom)
Popular Posts
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 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 htaccess
How to htaccess: http://www.colostate.edu/~ric/htpass.html #touch .htaccess ! AuthUserFile /Destiny/www/html/current/phpmyadmin/.htpassw...
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 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 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 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 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 do Batch Operations with chmod
Doing Batch Operations with chmod You need to set permissions on all the files or a directory, or on batches of files. chmod supports ...
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