-->
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 TIPS
How to set file/folder permission inheritancely and recursively:
How to set file/folder permission inheritancely and recursively:
Rejinpaul
11:43 PM
Share to Facebook
Share to X
How to set file/folder permission inheritancely and recursively:
chmod g+s /home/rahul/ -R
Newer Post
Older Post
Related Post
How to install RPMs in linux fedora ubuntu
Installing RPMs You need to know how to install software packages on Red ...
How to edit video in linux
How to edit video in linux cinelerra: a linux video editor...........am ...
how to install Programs from Source Code
Installing Programs from Source Code You want to install a program from ...
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