-->
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...
Unix/Linux Command Reference
List of Linux basic commands
List of commands here
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 Detect Hardware in fedora linux with lspci
Detecting Hardware with lspci You're looking at new systems, or installing Linux on a box that used to run a different OS, and you...
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 Set File and Directory Permissions with chmod's Numeric Notation in fedora linux
Setting File and Directory Permissions with chmod's Numeric Notation You need to control who can access what file. Either you need to...
Recent Posts
0 Comments